##// END OF EJS Templates
shelve: lowercase flag description...
timeless -
r27921:158bdc89 3.7-rc stable
parent child Browse files
Show More
@@ -766,7 +766,7 b' def _dounshelve(ui, repo, *shelved, **op'
766 [('A', 'addremove', None,
766 [('A', 'addremove', None,
767 _('mark new/missing files as added/removed before shelving')),
767 _('mark new/missing files as added/removed before shelving')),
768 ('u', 'unknown', None,
768 ('u', 'unknown', None,
769 _('Store unknown files in the shelve')),
769 _('store unknown files in the shelve')),
770 ('', 'cleanup', None,
770 ('', 'cleanup', None,
771 _('delete all shelved changes')),
771 _('delete all shelved changes')),
772 ('', 'date', '',
772 ('', 'date', '',
@@ -54,7 +54,7 b' shelve has a help message'
54
54
55 -A --addremove mark new/missing files as added/removed before
55 -A --addremove mark new/missing files as added/removed before
56 shelving
56 shelving
57 -u --unknown Store unknown files in the shelve
57 -u --unknown store unknown files in the shelve
58 --cleanup delete all shelved changes
58 --cleanup delete all shelved changes
59 --date DATE shelve with the specified commit date
59 --date DATE shelve with the specified commit date
60 -d --delete delete the named shelved change(s)
60 -d --delete delete the named shelved change(s)
General Comments 0
You need to be logged in to leave comments. Login now