Changeset 199 in tailor


Ignore:
Timestamp:
12/31/04 10:42:26 (8 years ago)
Author:
lele@…
Hash name:
20041231094226-97f81-aaa02ec3d0b3dda15b59f38fae80cfb3a3f62557
Message:

Fix a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/darcs.py

    r197 r199  
    223223                          command="darcs changes --last=1 --xml-output 2>&1") 
    224224        output = c(output=True) 
    225         if output.exit_status: 
     225        if c.exit_status: 
    226226            raise ChangesetApplicationFailure("'darcs changes' returned status %d saying \"%s\"" % (c.exit_status, output.getvalue().strip())) 
    227227         
Note: See TracChangeset for help on using the changeset viewer.