D6626: rust-dirstate: create dirstate submodule in hg-cpython

2019-08-14 Thread Raphaël Gomès
Closed by commit rHG85cb54e76d48: rust-dirstate: create dirstate submodule in hg-cpython (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 Mercurial

D6626: rust-dirstate: create dirstate submodule in hg-cpython

2019-07-24 Thread Raphaël Gomès
Alphare updated this revision to Diff 16044. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6626?vs=15839=16044 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6626/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6626 AFFECTED FILES

D6626: rust-dirstate: create dirstate submodule in hg-cpython

2019-07-24 Thread Raphaël Gomès
Alphare added a comment. Alphare marked an inline comment as done. Most of those will be taken care of in a follow-up patch, since they're cosmetic, plus this change just moves code around. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6626/new/

D6626: rust-dirstate: create dirstate submodule in hg-cpython

2019-07-12 Thread kevincox (Kevin Cox)
kevincox added inline comments. kevincox accepted this revision. INLINE COMMENTS > dirs_multiset.rs:34 > +skip_state = Some(skip.extract::(py)?.data(py)[0] as > i8); > +} > +let dirs_map; let skip_state = skip.map(|skip| skip.extract::(py)?.data(py)[0] as i8); >

D6626: rust-dirstate: create dirstate submodule in hg-cpython

2019-07-10 Thread Raphaël Gomès
Alphare created this revision. Herald added subscribers: mercurial-devel, kevincox, durin42. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This module will soon hold multiple files, this change is to make the review process easier. REPOSITORY rHG Mercurial REVISION DETAIL