Show More
@@ -632,7 +632,7 b' def unshelve(ui, repo, *shelved, **opts)' | |||||
632 | _('show patch')), |
|
632 | _('show patch')), | |
633 | ('', 'stat', None, |
|
633 | ('', 'stat', None, | |
634 | _('output diffstat-style summary of changes'))] + commands.walkopts, |
|
634 | _('output diffstat-style summary of changes'))] + commands.walkopts, | |
635 | _('hg shelve [OPTION]...')) |
|
635 | _('hg shelve [OPTION]... [FILE]...')) | |
636 | def shelvecmd(ui, repo, *pats, **opts): |
|
636 | def shelvecmd(ui, repo, *pats, **opts): | |
637 | '''save and set aside changes from the working directory |
|
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