Show More
@@ -632,7 +632,7 b' def unshelve(ui, repo, *shelved, **opts)' | |||
|
632 | 632 | _('show patch')), |
|
633 | 633 | ('', 'stat', None, |
|
634 | 634 | _('output diffstat-style summary of changes'))] + commands.walkopts, |
|
635 | _('hg shelve [OPTION]...')) | |
|
635 | _('hg shelve [OPTION]... [FILE]...')) | |
|
636 | 636 | def shelvecmd(ui, repo, *pats, **opts): |
|
637 | 637 | '''save and set aside changes from the working directory |
|
638 | 638 |
General Comments 0
You need to be logged in to leave comments.
Login now