Comments
Patch
@@ -658,7 +658,8 @@
('p', 'patch', None,
_('show patch')),
('i', 'interactive', None,
- _('interactive mode, only works while creating a shelve')),
+ _('interactive mode, only works while creating a shelve'
+ '(EXPERIMENTAL)')),
('', 'stat', None,
_('output diffstat-style summary of changes'))] + commands.walkopts,
_('hg shelve [OPTION]... [FILE]...'))
@@ -60,7 +60,6 @@
-m --message TEXT use text as shelve message
-n --name NAME use the given name for the shelved commit
-p --patch show patch
- -i --interactive interactive mode, only works while creating a shelve
--stat output diffstat-style summary of changes
-I --include PATTERN [+] include names matching the given patterns
-X --exclude PATTERN [+] exclude names matching the given patterns