author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
Sat, 06 Oct 2007 15:30:15 -0300 | |
changeset 5402 | ad0b580cad35 |
parent 5401 | 4c555dd167dd |
child 5403 | 477136fa6571 |
--- 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 = {}