diff -r 56132ebd14c6 -r 5162753c4c14 mercurial/commands.py --- a/mercurial/commands.py Sun Jul 07 10:54:41 2019 -0400 +++ b/mercurial/commands.py Tue Jul 02 18:02:12 2019 +0530 @@ -6168,6 +6168,8 @@ _('abort an incomplete unshelve operation')), ('c', 'continue', None, _('continue an incomplete unshelve operation')), + ('i', 'interactive', None, + _('use interactive mode')), ('k', 'keep', None, _('keep shelve after unshelving')), ('n', 'name', '', @@ -6175,7 +6177,7 @@ ('t', 'tool', '', _('specify merge tool')), ('', 'date', '', _('set date for temporary commits (DEPRECATED)'), _('DATE'))], - _('hg unshelve [[-n] SHELVED]'), + _('hg unshelve [OPTION]... [FILE]... [-n SHELVED]'), helpcategory=command.CATEGORY_WORKING_DIRECTORY) def unshelve(ui, repo, *shelved, **opts): """restore a shelved change to the working directory