D7786: update: add --abort option in hg update command (issue4404)

2020-01-03 Thread mharbison72 (Matt Harbison)
This revision now requires changes to proceed. mharbison72 added a comment. mharbison72 requested changes to this revision. This looks like a respin of D6735 . Can you take a look at my comments in there about subrepos, and incorporate the appropriate

D7786: update: add --abort option in hg update command (issue4404)

2020-01-03 Thread khanchi97 (Sushil khanchi)
khanchi97 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Here is, what --abort option is basically doing: 1. hg resolve --unmark, then 2. hg resolve --all --tool :local 3. hg up --tool :local Where,

D7782: rust-core: extracted a revlog submodule

2020-01-03 Thread Raphaël Gomès
Alphare added a comment. Alphare accepted this revision. It appears that the phabricator UI does not show the last line, so everything is fine. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7782/new/ REVISION DETAIL

D7782: rust-core: extracted a revlog submodule

2020-01-03 Thread Raphaël Gomès
Alphare added a comment. Since there is no newline at the end of `revlog.rs`, I can assume `rustfmt` would be unhappy about this patch. Maybe I'm wrong? Otherwise, the patch looks good, `hg-core` needs a refactor. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION