Re: [PATCH evolve-ext] evolve: further clarify that update is performed only when requested

2019-07-12 Thread Kevin Peng via Mercurial-devel
LGTM. Anton Shestakov also pointed out that evolve will also automatically update if the working dir parent is obsolete; perhaps we should mention that as well? What about: When ``--update`` is set, a successful evolve operation will update the working copy to the newly created changeset

D6640: tests: properly position conditional output on Windows in test-subrepo.t

2019-07-12 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The test runner doesn't always guess the right location when optional output is missing. This goes with f6540aba8e3e

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); > di

D6628: rust-parsers: switch to parse/pack_dirstate to mutate-on-loop

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

D6629: rust-dirstate: use EntryState enum instead of literals

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

D6597: rust-2018: switch hg-core and hg-cpython to rust 2018 edition

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

Re: [PATCH 1 of 2] rust-dirstate: add helper to iterate ancestor paths

2019-07-12 Thread Raphaël Gomès
I've rewritten the patch to apply on default. I'll rebase both of my series on it. On 7/10/19 3:24 PM, Pulkit Goyal wrote: On Sun, Jun 30, 2019 at 2:16 PM Yuya Nishihara > wrote: # HG changeset patch # User Yuya Nishihara mailto:y...@tcha.org>> # Date 15618

D6639: rust-utils: use new find_dirs iterator

2019-07-12 Thread Raphaël Gomès
Alphare created this revision. Herald added subscribers: mercurial-devel, kevincox, durin42. Herald added a reviewer: hg-reviewers. REVISION SUMMARY In cad3dde7a573 , the `find_dirs` util was introduced, but the second

D6634: rust-dirstate: call rust dirstatemap from Python

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

D6630: rust-docstrings: add missing module docstrings

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

D6596: unshelve: add interactive mode

2019-07-12 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh updated this revision to Diff 15892. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6596?vs=15891&id=15892 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6596/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6596 AFFEC

D6596: unshelve: add interactive mode

2019-07-12 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh edited the summary of this revision. navaneeth.suresh updated this revision to Diff 15891. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6596?vs=15890&id=15891 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6596/new/ REVISIO