D7119: rust-dirstatemap: remove additional lookup in dirstate.matches

2020-02-12 Thread Raphaël Gomès
Closed by commit rHGbed8d08cfcb2: rust-dirstatemap: remove additional lookup in dirstate.matches (authored by Alphare). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Review". REPOSITORY rHG

D7119: rust-dirstatemap: remove additional lookup in dirstate.matches

2020-02-11 Thread Raphaël Gomès
Alphare added a comment. In D7119#119792 , @marmoute wrote: > @Alphare so what should we do of this patch ? IMO it should still be valid, it's harmless at best. I don't remember having strong performance numbers. Now that most of the

D7119: rust-dirstatemap: remove additional lookup in dirstate.matches

2020-02-07 Thread marmoute (Pierre-Yves David)
marmoute added a comment. @Alphare so what should we do of this patch ? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7119/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7119 To: Alphare, #hg-reviewers Cc: martinvonz, marmoute,

D7119: rust-dirstatemap: remove additional lookup in dirstate.matches

2020-01-30 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In D7119#118735 , @marmoute wrote: > What's up on this? It appears to have been > > x 29641ceacf8c > |pruned using prune by Martin von Zweigbergk (Wed Dec 11 10:48:08 2019 -0800) That's

D7119: rust-dirstatemap: remove additional lookup in dirstate.matches

2020-01-30 Thread marmoute (Pierre-Yves David)
marmoute added a comment. What's up on this? It appears to have been x 29641ceacf8c |pruned using prune by Martin von Zweigbergk (Wed Dec 11 10:48:08 2019 -0800) REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7119/new/ REVISION

D7119: rust-dirstatemap: remove additional lookup in dirstate.matches

2019-12-10 Thread Raphaël Gomès
Alphare updated this revision to Diff 18565. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7119?vs=18041=18565 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7119/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7119

D7119: rust-dirstatemap: remove additional lookup in dirstate.matches

2019-11-12 Thread Raphaël Gomès
Alphare updated this revision to Diff 18041. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7119?vs=17201=18041 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7119/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7119

D7119: rust-dirstatemap: remove additional lookup in dirstate.matches

2019-10-16 Thread Raphaël Gomès
Alphare created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We use the same trick as the Python implementation REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D7119 AFFECTED FILES