D6238: branchcache: don't verify while creating a copy

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Tue Apr 16 10:54:19 EDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGb26455ffa7fa: branchcache: don't verify while creating a copy (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6238?vs=14756&id=14761

REVISION DETAIL
  https://phab.mercurial-scm.org/D6238

AFFECTED FILES
  mercurial/branchmap.py

CHANGE DETAILS

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)



To: pulkit, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list