This is an archive of the discontinued Mercurial Phabricator instance.

continue: added support for rebase
ClosedPublic

Authored by taapas1128 on Jul 15 2019, 4:41 PM.

Details

Summary

This adds support of rebase to hg continue plan.

An independent continue logic for rebase is created
under continuerebase() function. For this a seperate
rebaseruntime object is created under the function to
handle an interrupted rebasestate.

Results of tests are shown.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

taapas1128 created this revision.Jul 15 2019, 4:41 PM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.