( )⚙ D6665 continue: added support for graft

This is an archive of the discontinued Mercurial Phabricator instance.

continue: added support for graft
AcceptedPublic

Authored by taapas1128 on Jul 21 2019, 2:05 PM.

Details

Reviewers
durin42
Group Reviewers
hg-reviewers
Summary

This patch creates cmdutil.continuegraft() function
which contains the logic to resume graft when called directly.
This function is then registered as continuefunc to support
hg continue.

Results are shown as tests.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

taapas1128 created this revision.Jul 21 2019, 2:05 PM
taapas1128 updated this revision to Diff 16121.Aug 4 2019, 8:14 AM
taapas1128 updated this revision to Diff 16156.Aug 8 2019, 12:10 PM
taapas1128 updated this revision to Diff 16173.Aug 12 2019, 9:49 AM
durin42 accepted this revision.Sep 11 2019, 11:27 AM
This revision is now accepted and ready to land.Sep 11 2019, 11:27 AM
taapas1128 updated this revision to Diff 16792.Oct 4 2019, 7:43 AM