mercurial/commands.py
changeset 42563 70f1a84d0794
parent 42549 2e1d9414ff71
child 42568 f9da9d5f3f5a
--- a/mercurial/commands.py	Mon Jul 01 15:07:31 2019 +0200
+++ b/mercurial/commands.py	Thu Jul 04 21:29:28 2019 +0530
@@ -6209,7 +6209,7 @@
        prevents from deciding exact order of them, for safety.
     """
     with repo.wlock():
-        return shelvemod._dounshelve(ui, repo, *shelved, **opts)
+        return shelvemod.dounshelve(ui, repo, *shelved, **opts)
 
 @command('update|up|checkout|co',
     [('C', 'clean', None, _('discard uncommitted changes (no backup)')),