Changeset 577 in tailor
- Timestamp:
- 08/15/05 18:44:10 (8 years ago)
- Hash name:
- 20050815164410-97f81-cfab58f1566b8a625223b06929d06d0ae98e5616
- File:
-
- 1 edited
-
vcpx/darcs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/darcs.py
r571 r577 249 249 raise ChangesetApplicationFailure( 250 250 "%s returned status %d saying \"%s\"" % 251 (str(changes), changes.exit_status, output.read())) 251 (str(changes), changes.exit_status, 252 output and output.read() or '')) 252 253 253 254 csets = changesets_from_darcschanges(output)
Note: See TracChangeset
for help on using the changeset viewer.
