diff --git a/mercurial/branchmap.py b/mercurial/branchmap.py --- a/mercurial/branchmap.py +++ b/mercurial/branchmap.py @@ -319,7 +319,6 @@ return self._branchtip(self[branch])[0] def iteropen(self, nodes): - self._verifyclosed() return (n for n in nodes if n not in self._closednodes) def branchheads(self, branch, closed=False):