diff --git a/mercurial/branchmap.py b/mercurial/branchmap.py --- a/mercurial/branchmap.py +++ b/mercurial/branchmap.py @@ -304,7 +304,6 @@ otherwise return last closed head and true.''' tip = heads[-1] closed = True - self._verifyclosed() for h in reversed(heads): if h not in self._closednodes: tip = h