Changeset 430 in tailor


Ignore:
Timestamp:
07/26/05 01:27:45 (8 years ago)
Author:
lele@…
Hash name:
20050725232745-97f81-4870a06328d6e6180c4d28afb9bc229a03d851fa
Message:

Revision is still needed to format the bootstrap changelog

Location:
vcpx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vcpx/cdv.py

    r426 r430  
    7474         
    7575        self._initializeWorkingDir(root, repository, module, subdir) 
     76        revision = changeset.revision 
    7677        self._commit(root, changeset.date, '%s@%s' % (AUTHOR, HOST), 
    7778                     BOOTSTRAP_PATCHNAME % module, 
  • vcpx/bzr.py

    r426 r430  
    7272         
    7373        self._initializeWorkingDir(root, repository, module, subdir) 
     74        revision = changeset.revision 
    7475        self._commit(root, changeset.date, AUTHOR, 
    7576                     BOOTSTRAP_PATCHNAME % module, 
Note: See TracChangeset for help on using the changeset viewer.