Changeset 99 in tailor
- Timestamp:
- 07/17/04 01:22:08 (9 years ago)
- Hash name:
- 20040716232208-de980-12c2dfa174d640e2a5deec4f4983599572a280ca
- File:
-
- 1 edited
-
vcpx/darcs.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/darcs.py
r98 r99 56 56 57 57 class DarcsChanges(SystemCommand): 58 COMMAND = "darcs changes --from- tag=tagname--xml-output --summary"58 COMMAND = "darcs changes --from-patch='%(patch)s' --xml-output --summary" 59 59 60 60 … … 87 87 """ 88 88 89 tagname = self._getLastTag(root)90 91 89 c = DarcsChanges(working_dir=root) 92 changes = c(output=True )90 changes = c(output=True, patch=sincerev) 93 91 94 92 changesets = self.__parseDarcsChanges(changes)
Note: See TracChangeset
for help on using the changeset viewer.
