mercurial_sink: regrab locks in setbranch
authorAlexis S. L. Carvalho <alexis@cecm.usp.br>
Sat, 06 Oct 2007 15:30:15 -0300
changeset 5402 ad0b580cad35
parent 5401 4c555dd167dd
child 5403 477136fa6571
mercurial_sink: regrab locks in setbranch
hgext/convert/hg.py
--- a/hgext/convert/hg.py
+++ b/hgext/convert/hg.py
@@ -88,6 +88,7 @@ class mercurial_sink(converter_sink):
                          branchpath, rev=parents, update=False,
                          stream=True)
                 self.repo = hg.repository(self.ui, branchpath)
+        self.before()
 
     def putcommit(self, files, parents, commit):
         seen = {}