This is an archive of the discontinued Mercurial Phabricator instance.

continue: added support for histedit
AcceptedPublic

Authored by taapas1128 on Jul 23 2019, 2:28 PM.

Details

Reviewers
durin42
Group Reviewers
hg-reviewers
Summary

This patch adds the support for histedit in hg continue plan.

As seperate hgcontinuehistedit() function is created to handle
independent calls for resuming histedit. This function is
then registered as continuefunc for state detection API.

Results are shown as tests.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

taapas1128 created this revision.Jul 23 2019, 2:28 PM
taapas1128 updated this revision to Diff 16019.Jul 23 2019, 2:31 PM
pulkit added a subscriber: pulkit.Aug 7 2019, 6:02 PM
pulkit added inline comments.
hgext/histedit.py
1841

I see that we can have a unified function, resumehistedit(..) which can be called from _histedit() too.

taapas1128 marked an inline comment as done.Aug 8 2019, 12:11 PM
taapas1128 updated this revision to Diff 16157.

@pulkit This one is ready too.

durin42 accepted this revision.Sep 11 2019, 11:28 AM
This revision is now accepted and ready to land.Sep 11 2019, 11:28 AM