hgext/convert/common.py
changeset 20378 9616b03113ce
parent 20373 e8203629371b
child 20397 d7e78e6d97bd
--- a/hgext/convert/common.py	Wed Jan 22 15:31:24 2014 -0600
+++ b/hgext/convert/common.py	Wed Jan 22 15:40:17 2014 -0600
@@ -208,7 +208,8 @@
         mapping equivalent authors identifiers for each system."""
         return None
 
-    def putcommit(self, files, copies, parents, commit, source, revmap):
+    def putcommit(self, files, copies, parents, commit, source,
+                  revmap, tagmap):
         """Create a revision with all changed files listed in 'files'
         and having listed parents. 'commit' is a commit object
         containing at a minimum the author, date, and message for this