Changeset 713 in tailor
- Timestamp:
- 08/30/05 20:49:24 (8 years ago)
- Hash name:
- 20050830184924-7a6fb-16c136d70e2beb8ca0b485d34064435c282b9c42
- File:
-
- 1 edited
-
vcpx/svn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/svn.py
r688 r713 273 273 if not initial: 274 274 cmd = [self.repository.SVN_CMD, "log", "--verbose", "--xml", 275 "--revision", revision ]275 "--revision", revision=='HEAD' and 'COMMITTED' or revision] 276 276 svnlog = ExternalCommand(cwd=self.basedir, command=cmd) 277 277 output = svnlog.execute(stdout=PIPE)[0]
Note: See TracChangeset
for help on using the changeset viewer.
