mercurial/branchmap.py
changeset 51491 dd5b5f99940d
parent 51490 18c2753434f2
child 51492 2e8a88e5809f
equal deleted inserted replaced
51490:18c2753434f2 51491:dd5b5f99940d
   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):