changeset 42131 | b26455ffa7fa |
parent 42126 | ef0e3cc684b3 |
child 42132 | d9dc0896e1d3 |
--- a/mercurial/branchmap.py Fri Apr 05 14:35:33 2019 +0200 +++ b/mercurial/branchmap.py Tue Apr 16 14:39:14 2019 +0300 @@ -339,7 +339,6 @@ def copy(self): """return an deep copy of the branchcache object""" - self._verifyall() return type(self)( self._entries, self.tipnode, self.tiprev, self.filteredhash, self._closednodes)