hgext/convert/hg.py
changeset 5402 ad0b580cad35
parent 5379 d3e51dc804f8
child 5437 4d34f8b12a9e
--- a/hgext/convert/hg.py	Sat Oct 06 15:30:15 2007 -0300
+++ b/hgext/convert/hg.py	Sat Oct 06 15:30:15 2007 -0300
@@ -88,6 +88,7 @@
                          branchpath, rev=parents, update=False,
                          stream=True)
                 self.repo = hg.repository(self.ui, branchpath)
+        self.before()
 
     def putcommit(self, files, parents, commit):
         seen = {}