Changeset 500 in tailor


Ignore:
Timestamp:
08/05/05 03:21:34 (8 years ago)
Author:
lele@…
Hash name:
20050805012134-97f81-5b8a42108577b21035c6387b516c45cf9688adfd
Message:

Fixed a cut&paste error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/svn.py

    r499 r500  
    231231                raise ChangesetApplicationFailure( 
    232232                    "%s returned status %d saying \"%s\"" % 
    233                     (str(changes), changes.exit_status, output.read())) 
     233                    (str(output), changes.exit_status, output.read())) 
    234234 
    235235            csets = changesets_from_svnlog(output, repository, module) 
Note: See TracChangeset for help on using the changeset viewer.