Submitter | phabricator |
---|---|
Date | April 16, 2019, 2:54 p.m. |
Message ID | <92a74e269ae2f141b76737fe6911260b@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/39634/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/branchmap.py b/mercurial/branchmap.py --- a/mercurial/branchmap.py +++ b/mercurial/branchmap.py @@ -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)