diff -r 496868f1030c -r 47c1226463a1 mercurial/commands.py --- 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(