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,