Changeset 869 in tailor
- Timestamp:
- 10/03/05 13:47:15 (8 years ago)
- Hash name:
- 20051003114715-97f81-c5155da422b90ec8644063058591fbecb652f6db
- File:
-
- 1 edited
-
vcpx/svn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/svn.py
r868 r869 307 307 308 308 if not initial: 309 if revision=='HEAD': 310 revision = 'COMMITTED' 309 311 cmd = self.repository.command("log", "--verbose", "--xml", 310 "--revision", revision =='HEAD' and 'COMMITTED' or revision)312 "--revision", revision) 311 313 svnlog = ExternalCommand(cwd=self.basedir, command=cmd) 312 314 out, err = svnlog.execute(stdout=PIPE, stderr=PIPE)
Note: See TracChangeset
for help on using the changeset viewer.
