Changeset 324 in tailor


Ignore:
Timestamp:
05/24/05 11:05:50 (8 years ago)
Author:
lele@…
Hash name:
20050524090550-97f81-1371641bb691464fca88b5847cfd86ba96f22851
Message:

Pull from the specified repository, not from the default one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/darcs.py

    r311 r324  
    143143         
    144144        c = SystemCommand(working_dir=root, 
    145                           command="TZ=UTC darcs pull --dry-run") 
    146         output = c(output=True) 
     145                          command="TZ=UTC darcs pull --dry-run %(repository)s") 
     146        output = c(output=True, repository=shrepr(repository)) 
    147147        if c.exit_status: 
    148148            raise GetUpstreamChangesetsFailure("'darcs pull' returned status %d saying \"%s\"" % (c.exit_status, output.getvalue().strip())) 
Note: See TracChangeset for help on using the changeset viewer.