hgext/convert/hg.py
changeset 5838 1cf99a3e269e
parent 5805 e422305e0853
child 5921 549a7ebe1607
--- a/hgext/convert/hg.py	Sat Jan 05 15:35:46 2008 -0500
+++ b/hgext/convert/hg.py	Wed Jan 09 00:27:33 2008 +0100
@@ -180,7 +180,7 @@
             except hg.RepoError, inst:
                 tagparent = nullid
             self.repo.rawcommit([".hgtags"], "update tags", "convert-repo",
-                                date, tagparent, nullid)
+                                date, tagparent, nullid, extra=extra)
             return hex(self.repo.changelog.tip())
 
     def setfilemapmode(self, active):