( )⚙ D6652 continue: added support for unshelve

This is an archive of the discontinued Mercurial Phabricator instance.

continue: added support for unshelve
ClosedPublic

Authored by taapas1128 on Jul 17 2019, 1:00 PM.

Details

Summary

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

hgcontinueunshelve() has been created for independent calls.
In case an interrupted unshelve is resumed via hg continue the
shelvedstate needs to be loaded seperately. This has been
ensured by _loadunshelvedstate()

hgcontinueunshelve() is then registered as continuefunc for state
detection API.

Results are shown as tests.

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

taapas1128 created this revision.Jul 17 2019, 1:00 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.