equal
deleted
inserted
replaced
567 tiprev=self.tiprev, |
567 tiprev=self.tiprev, |
568 filteredhash=self.filteredhash, |
568 filteredhash=self.filteredhash, |
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 |
578 |
575 |
579 def write(self, repo): |
576 def write(self, repo): |