This is an archive of the discontinued Mercurial Phabricator instance.

shelve: directly handle `--continue`
ClosedPublic

Authored by lothiraldan on Jun 5 2018, 6:57 AM.

Details

Summary

Shelve is currently sub-contracting some of its work to the rebase extension.
In order to make shelve more independent and flexible we would like shelve to
handle the parent alignment directly.

This changeset takes on the next step, handling the abort process. Same as for
--abort. It turns out we have all the necessary bits in the shelvestate
file. So we do not need anything from the interrupted rebase.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

lothiraldan created this revision.Jun 5 2018, 6:57 AM
durin42 accepted this revision.Jun 25 2018, 10:51 AM
This revision is now accepted and ready to land.Jun 25 2018, 10:51 AM
This revision was automatically updated to reflect the committed changes.