##// END OF EJS Templates
branchcache: don't verify while creating a copy...
Pulkit Goyal -
r42300:b26455ff default
parent child Browse files
Show More
@@ -339,7 +339,6 b' class branchcache(object):'
339
339
340 def copy(self):
340 def copy(self):
341 """return an deep copy of the branchcache object"""
341 """return an deep copy of the branchcache object"""
342 self._verifyall()
343 return type(self)(
342 return type(self)(
344 self._entries, self.tipnode, self.tiprev, self.filteredhash,
343 self._entries, self.tipnode, self.tiprev, self.filteredhash,
345 self._closednodes)
344 self._closednodes)
General Comments 0
You need to be logged in to leave comments. Login now