Changeset 426 in tailor for vcpx/cvsps.py


Ignore:
Timestamp:
07/25/05 23:40:28 (8 years ago)
Author:
lele@…
Hash name:
20050725214028-97f81-36aa171e639fa273afa4c08dc92c6b7f416b62dc
Message:

Use the last applied patch timestamp for the bootstrap date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/cvsps.py

    r420 r426  
    260260        the name of the tag to get, or as a date if it starts with a number. 
    261261 
    262         Return the effective cvsps revision. 
     262        Return the last applied changeset. 
    263263        """ 
    264264 
     
    336336                                   last.revision) 
    337337             
    338         return last.revision 
     338        return last 
    339339     
    340340    def _willApplyChangeset(self, root, changeset, applyable=None): 
Note: See TracChangeset for help on using the changeset viewer.