Changeset 1326 in tailor for vcpx/repository/cg.py


Ignore:
Timestamp:
03/05/07 23:14:37 (6 years ago)
Author:
John Goerzen <jgoerzen@…>
Hash name:
20070305221437-c2a52-88150f4d16b62ec14b6be49b4b0b23b3b659e35b
Message:

Add new parameter tags to _commit
This was necessary so that the committing process could tell the difference
between an empty changeset and a changeset that only added a tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/cg.py

    r1216 r1326  
    8282        return (name, email) 
    8383 
    84     def _commit(self, date, author, patchname, changelog=None, entries=None): 
     84    def _commit(self, date, author, patchname, changelog=None, entries=None, 
     85                tags = []): 
    8586        """ 
    8687        Commit the changeset. 
Note: See TracChangeset for help on using the changeset viewer.