mercurial/commands.py
changeset 44602 47c1226463a1
parent 44555 bd7b2c8d06cc
child 44688 1b8fd4af3318
--- a/mercurial/commands.py	Tue Mar 24 17:55:59 2020 +0100
+++ b/mercurial/commands.py	Mon Mar 23 15:14:42 2020 -0700
@@ -7585,7 +7585,7 @@
        unshelved.
     """
     with repo.wlock():
-        return shelvemod.dounshelve(ui, repo, *shelved, **opts)
+        return shelvemod.unshelvecmd(ui, repo, *shelved, **opts)
 
 
 statemod.addunfinished(