Changeset 324 in tailor
- Timestamp:
- 05/24/05 11:05:50 (8 years ago)
- Hash name:
- 20050524090550-97f81-1371641bb691464fca88b5847cfd86ba96f22851
- File:
-
- 1 edited
-
vcpx/darcs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/darcs.py
r311 r324 143 143 144 144 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)) 147 147 if c.exit_status: 148 148 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.
