Changeset 99 in tailor


Ignore:
Timestamp:
07/17/04 01:22:08 (9 years ago)
Author:
lele@…
Hash name:
20040716232208-de980-12c2dfa174d640e2a5deec4f4983599572a280ca
Message:

Refix _getUpstreamChangesets for darcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/darcs.py

    r98 r99  
    5656 
    5757class DarcsChanges(SystemCommand): 
    58     COMMAND = "darcs changes --from-tag=tagname --xml-output --summary" 
     58    COMMAND = "darcs changes --from-patch='%(patch)s' --xml-output --summary" 
    5959 
    6060 
     
    8787        """ 
    8888 
    89         tagname = self._getLastTag(root) 
    90          
    9189        c = DarcsChanges(working_dir=root) 
    92         changes = c(output=True) 
     90        changes = c(output=True, patch=sincerev) 
    9391 
    9492        changesets = self.__parseDarcsChanges(changes) 
Note: See TracChangeset for help on using the changeset viewer.