mercurial/commands.py
changeset 42614 117437f3f541
parent 42612 3c16b9c0b099
child 42616 5162753c4c14
--- a/mercurial/commands.py	Tue Jul 16 01:59:28 2019 +0530
+++ b/mercurial/commands.py	Wed Jul 17 22:24:17 2019 +0530
@@ -6219,6 +6219,7 @@
 statemod.addunfinished(
     'unshelve', fname='shelvedstate', continueflag=True,
     abortfunc=shelvemod.hgabortunshelve,
+    continuefunc=shelvemod.hgcontinueunshelve,
     cmdmsg=_('unshelve already in progress'),
 )