Changeset 1326 in tailor for vcpx/repository/monotone.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/monotone.py

    r1316 r1326  
    752752                                              (str(add),add.exit_status)) 
    753753 
    754     def _commit(self, date, author, patchname, changelog=None, entries=None): 
     754    def _commit(self, date, author, patchname, changelog=None, entries=None, 
     755                tags = []): 
    755756        """ 
    756757        Commit the changeset. 
Note: See TracChangeset for help on using the changeset viewer.