Changeset 61 in tailor


Ignore:
Timestamp:
07/07/04 14:54:33 (9 years ago)
Author:
lele@…
Hash name:
20040707125433-97f81-4729bb18e221a13ee68eac801fa40606c6b8432b
Message:

Fix a cut'n'paste gypso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/svn.py

    r58 r61  
    212212        if svnup.exit_status: 
    213213            raise ChangesetApplicationFailure( 
    214                 "'svn update' returned status %s" % cvsup.exit_status) 
     214                "'svn update' returned status %s" % svnup.exit_status) 
    215215             
    216216        result = [] 
Note: See TracChangeset for help on using the changeset viewer.