Changeset 500 in tailor
- Timestamp:
- 08/05/05 03:21:34 (8 years ago)
- Hash name:
- 20050805012134-97f81-5b8a42108577b21035c6387b516c45cf9688adfd
- File:
-
- 1 edited
-
vcpx/svn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/svn.py
r499 r500 231 231 raise ChangesetApplicationFailure( 232 232 "%s returned status %d saying \"%s\"" % 233 (str( changes), changes.exit_status, output.read()))233 (str(output), changes.exit_status, output.read())) 234 234 235 235 csets = changesets_from_svnlog(output, repository, module)
Note: See TracChangeset
for help on using the changeset viewer.
