diff -r a80464e85ddd -r 70f1a84d0794 mercurial/commands.py --- 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)')),