Changeset 577 in tailor


Ignore:
Timestamp:
08/15/05 18:44:10 (8 years ago)
Author:
lele@…
Hash name:
20050815164410-97f81-cfab58f1566b8a625223b06929d06d0ae98e5616
Message:

Dont fail badly when darcs changes does not return any output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/darcs.py

    r571 r577  
    249249                raise ChangesetApplicationFailure( 
    250250                    "%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 '')) 
    252253 
    253254            csets = changesets_from_darcschanges(output) 
Note: See TracChangeset for help on using the changeset viewer.