##// END OF EJS Templates
branchcache: do not copy the `_dirty` flag...
marmoute -
r52384:dd5b5f99 default
parent child Browse files
Show More
@@ -569,9 +569,6 b' class branchcache(_BaseBranchCache):'
569 closednodes=set(self._closednodes),
569 closednodes=set(self._closednodes),
570 verify_node=self._verify_node,
570 verify_node=self._verify_node,
571 )
571 )
572 # we copy will likely schedule a write anyway, but that does not seems
573 # to hurt to overschedule
574 other._dirty = self._dirty
575 # also copy information about the current verification state
572 # also copy information about the current verification state
576 other._verifiedbranches = set(self._verifiedbranches)
573 other._verifiedbranches = set(self._verifiedbranches)
577 return other
574 return other
General Comments 0
You need to be logged in to leave comments. Login now