D6208: branchcache: lazily validate nodes from the branchmap

2019-04-15 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG6578654916ae: branchcache: lazily validate nodes from the branchmap (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6208?vs=14

D6208: branchcache: lazily validate nodes from the branchmap

2019-04-15 Thread yuja (Yuya Nishihara)
yuja added a comment. > def copy(self): > """return an deep copy of the branchcache object""" > > +self._verifyall() > > return type(self)( > self._entries, self.tipnode, self.tiprev, self.filteredhash, > self._closednodes) Maybe the copy would

D6208: branchcache: lazily validate nodes from the branchmap

2019-04-15 Thread pulkit (Pulkit Goyal)
pulkit added a comment. In https://phab.mercurial-scm.org/D6208#90673, @yuja wrote: > The idea sounds good to me. Is this still an RFC (i.e. draft) patch? It's good to be reviewed. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6208 To: pulkit, #hg-