Show More
@@ -672,8 +672,7 b' def unshelve(ui, repo, *shelved, **opts)' | |||||
672 | ('p', 'patch', None, |
|
672 | ('p', 'patch', None, | |
673 | _('show patch')), |
|
673 | _('show patch')), | |
674 | ('i', 'interactive', None, |
|
674 | ('i', 'interactive', None, | |
675 | _('interactive mode, only works while creating a shelve' |
|
675 | _('interactive mode, only works while creating a shelve')), | |
676 | '(EXPERIMENTAL)')), |
|
|||
677 | ('', 'stat', None, |
|
676 | ('', 'stat', None, | |
678 | _('output diffstat-style summary of changes'))] + commands.walkopts, |
|
677 | _('output diffstat-style summary of changes'))] + commands.walkopts, | |
679 | _('hg shelve [OPTION]... [FILE]...')) |
|
678 | _('hg shelve [OPTION]... [FILE]...')) |
@@ -60,6 +60,7 b' shelve has a help message' | |||||
60 | -m --message TEXT use text as shelve message |
|
60 | -m --message TEXT use text as shelve message | |
61 | -n --name NAME use the given name for the shelved commit |
|
61 | -n --name NAME use the given name for the shelved commit | |
62 | -p --patch show patch |
|
62 | -p --patch show patch | |
|
63 | -i --interactive interactive mode, only works while creating a shelve | |||
63 | --stat output diffstat-style summary of changes |
|
64 | --stat output diffstat-style summary of changes | |
64 | -I --include PATTERN [+] include names matching the given patterns |
|
65 | -I --include PATTERN [+] include names matching the given patterns | |
65 | -X --exclude PATTERN [+] exclude names matching the given patterns |
|
66 | -X --exclude PATTERN [+] exclude names matching the given patterns |
General Comments 0
You need to be logged in to leave comments.
Login now