D6290: branchcache: don't verify all nodes while writing

2019-04-21 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG07faf5c65190: branchcache: dont verify all nodes while writing (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6290: branchcache: don't verify all nodes while writing

2019-04-21 Thread yuja (Yuya Nishihara)
yuja added a comment. > However before this patch, writing the branchmap was validating all the nodes > whereas it should not. This patch fixes that. Queued for stable as it smells like a regression, thanks. REPOSITORY rHG Mercurial REVISION DETAIL

Re: D6290: branchcache: don't verify all nodes while writing

2019-04-21 Thread Yuya Nishihara
> However before this patch, writing the branchmap was validating all the > nodes > whereas it should not. This patch fixes that. Queued for stable as it smells like a regression, thanks. ___ Mercurial-devel mailing list

D6290: branchcache: don't verify all nodes while writing

2019-04-19 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY nodes are verified either when they are added or used. In case of commits. we will load the whole branchmap, only verify nodes for the branch on which we are