Changeset 1326 in tailor for vcpx/repository/monotone.py
- Timestamp:
- 03/05/07 23:14:37 (6 years ago)
- Hash name:
- 20070305221437-c2a52-88150f4d16b62ec14b6be49b4b0b23b3b659e35b
- File:
-
- 1 edited
-
vcpx/repository/monotone.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository/monotone.py
r1316 r1326 752 752 (str(add),add.exit_status)) 753 753 754 def _commit(self, date, author, patchname, changelog=None, entries=None): 754 def _commit(self, date, author, patchname, changelog=None, entries=None, 755 tags = []): 755 756 """ 756 757 Commit the changeset.
Note: See TracChangeset
for help on using the changeset viewer.
