Skip to content
Snippets Groups Projects
Commit 117437f3f541 authored by Taapas Agrawal's avatar Taapas Agrawal
Browse files

continue: added support for unshelve

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.

Differential Revision: https://phab.mercurial-scm.org/D6652
parent 35ebdbb38efb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment