D6645: continue: added logic for hg continue

2019-07-17 Thread pulkit (Pulkit Goyal)
pulkit added inline comments. INLINE COMMENTS > commands.py:1906 > +use --dry-run/-n to dry run the command. > +A new operation can be added to this by registering the operation and > +continue logic in the unfinishedstates list under statemod. This line should not be a part of user

D6645: continue: added logic for hg continue

2019-07-17 Thread taapas1128 (Taapas Agrawal)
Closed by commit rHGb53633d3f809: continue: added logic for hg continue (authored by taapas1128). 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 CHANGES SINCE

D6645: continue: added logic for hg continue

2019-07-15 Thread taapas1128 (Taapas Agrawal)
taapas1128 updated this revision to Diff 15915. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6645?vs=15913&id=15915 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6645/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6645 AFFECTED FI

D6645: continue: added logic for hg continue

2019-07-15 Thread taapas1128 (Taapas Agrawal)
taapas1128 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is part of GSoC19 project `Implement abort and continue commands`. This patch is part of the continue plan. This adds the basic logic for hg continue.