comparison mercurial/bookmarks.py @ 42614:117437f3f541

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
author Taapas Agrawal <taapas2897@gmail.com>
date Wed, 17 Jul 2019 22:24:17 +0530
parents 526750cdd02d
children 08fce968d00b
comparison
equal deleted inserted replaced
42613:35ebdbb38efb 42614:117437f3f541