##// END OF EJS Templates
shelve: modify help text on --interactive...
Navaneeth Suresh -
r42842:9eace8d6 default
parent child Browse files
Show More
@@ -5360,7 +5360,7 b' def serve(ui, repo, **opts):'
5360 _('output patches for changes (provide the names of the shelved '
5360 _('output patches for changes (provide the names of the shelved '
5361 'changes as positional arguments)')),
5361 'changes as positional arguments)')),
5362 ('i', 'interactive', None,
5362 ('i', 'interactive', None,
5363 _('interactive mode, only works while creating a shelve')),
5363 _('interactive mode')),
5364 ('', 'stat', None,
5364 ('', 'stat', None,
5365 _('output diffstat-style summary of changes (provide the names of '
5365 _('output diffstat-style summary of changes (provide the names of '
5366 'the shelved changes as positional arguments)')
5366 'the shelved changes as positional arguments)')
@@ -79,7 +79,7 b' shelve has a help message'
79 -n --name NAME use the given name for the shelved commit
79 -n --name NAME use the given name for the shelved commit
80 -p --patch output patches for changes (provide the names of the
80 -p --patch output patches for changes (provide the names of the
81 shelved changes as positional arguments)
81 shelved changes as positional arguments)
82 -i --interactive interactive mode, only works while creating a shelve
82 -i --interactive interactive mode
83 --stat output diffstat-style summary of changes (provide
83 --stat output diffstat-style summary of changes (provide
84 the names of the shelved changes as positional
84 the names of the shelved changes as positional
85 arguments)
85 arguments)
General Comments 0
You need to be logged in to leave comments. Login now