changeset 42548 | 3de4f17f4824 |
parent 42541 | faec09d89435 |
child 42581 | bb135a784b70 |
--- a/mercurial/state.py Fri Jun 28 22:57:48 2019 +0530 +++ b/mercurial/state.py Fri Jun 28 21:31:34 2019 +0530 @@ -196,6 +196,10 @@ cmdhint=_("use 'hg graft --continue' or 'hg graft --stop' to stop") ) addunfinished( + 'unshelve', fname='shelvedstate', continueflag=True, + cmdmsg=_('unshelve already in progress') +) +addunfinished( 'update', fname='updatestate', clearable=True, cmdmsg=_('last update was interrupted'), cmdhint=_("use 'hg update' to get a consistent checkout"),