diff -r 6578654916ae -r 7c9d4cf23adf mercurial/branchmap.py --- a/mercurial/branchmap.py Mon Apr 01 13:56:47 2019 +0300 +++ b/mercurial/branchmap.py Fri Apr 05 15:56:33 2019 +0300 @@ -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):