D6395: rust-dirstate: call new "dirs" rust implementation from Python

2019-06-29 Thread yuja (Yuya Nishihara)
yuja added a comment. > - a/rust/hg-core/src/dirstate/dirs_multiset.rs > > +++ b/rust/hg-core/src/dirstate/dirs_multiset.rs > @@ -118,7 +118,9 @@ > > entry.remove(); > } > Entry::Vacant(_) => { > > - return Err(DirstateMapError::PathNotFound(path.to_owned())) > >

Re: D6395: rust-dirstate: call new "dirs" rust implementation from Python

2019-06-29 Thread Yuya Nishihara
> --- a/rust/hg-core/src/dirstate/dirs_multiset.rs > +++ b/rust/hg-core/src/dirstate/dirs_multiset.rs > @@ -118,7 +118,9 @@ > entry.remove(); > } > Entry::Vacant(_) => { > -return > Err(DirstateMapError::PathNotFound(path.t

D6395: rust-dirstate: call new "dirs" rust implementation from Python

2019-06-28 Thread Raphaël Gomès
Closed by commit rHGf5ef8c85477d: rust-dirstate: call new "dirs" rust implementation from Python (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 Mer

D6395: rust-dirstate: call new "dirs" rust implementation from Python

2019-06-27 Thread Raphaël Gomès
Alphare updated this revision to Diff 15672. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6395?vs=15509&id=15672 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6395/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6395 AFFECTED FILES

D6395: rust-dirstate: call new "dirs" rust implementation from Python

2019-06-14 Thread Raphaël Gomès
Alphare added a comment. Updated to use the new Rust module policy REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6395/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6395 To: Alphare, #hg-reviewers Cc: durin42, kevincox, mercurial-devel __

D6395: rust-dirstate: call new "dirs" rust implementation from Python

2019-06-14 Thread Raphaël Gomès
Herald added subscribers: kevincox, durin42. Alphare updated this revision to Diff 15509. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6395?vs=15343&id=15509 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6395/new/ REVISION DETAIL https:/

D6395: rust-dirstate: call new "dirs" rust implementation from Python

2019-06-05 Thread Raphaël Gomès
Alphare updated this revision to Diff 15343. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6395?vs=15162&id=15343 REVISION DETAIL https://phab.mercurial-scm.org/D6395 AFFECTED FILES mercurial/util.py CHANGE DETAILS diff --git a/mercurial/util.py b/

D6395: rust-dirstate: call new "dirs" rust implementation from Python

2019-05-17 Thread Raphaël Gomès
Alphare created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is a simple module attribute replacement, will take precedence over the Python and C implementations. REPOSITORY rHG Mercurial REVISION DETAIL https://p