Skip to content
Snippets Groups Projects
Commit f442c9494ec7 authored by Sushil Khanchi's avatar Sushil Khanchi :koala:
Browse files

strip: improve help text for --no-backup option

Help text is modified to clearly define the meaning of
--no-backup option.

Differential Revision: https://phab.mercurial-scm.org/D3886
parent 050fbd9d103a
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,9 @@
'option)'), _('REV')),
('f', 'force', None, _('force removal of changesets, discard '
'uncommitted changes (no backup)')),
('', 'no-backup', None, _('no backups')),
('', 'nobackup', None, _('no backups (DEPRECATED)')),
('', 'no-backup', None, _('do not save backup bundle')),
('', 'nobackup', None, _('do not save backup bundle '
'(DEPRECATED)')),
('n', '', None, _('ignored (DEPRECATED)')),
('k', 'keep', None, _("do not modify working directory during "
"strip")),
......
......@@ -719,7 +719,7 @@
revisions without this option)
-f --force force removal of changesets, discard uncommitted
changes (no backup)
--no-backup no backups
--no-backup do not save backup bundle
-k --keep do not modify working directory during strip
-B --bookmark VALUE [+] remove revs only reachable from given bookmark
--mq operate on patch repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment