Mercurial > hg-stable
changeset 5402:ad0b580cad35
mercurial_sink: regrab locks in setbranch
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Sat, 06 Oct 2007 15:30:15 -0300 |
parents | 4c555dd167dd |
children | 477136fa6571 |
files | hgext/convert/hg.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 = {}