Show More
@@ -339,7 +339,6 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