##// END OF EJS Templates
strip: improve help text for --no-backup option...
Sushil khanchi -
r38593:f442c949 default
parent child Browse files
Show More
@@ -103,8 +103,9 b' def strip(ui, repo, revs, update=True, b'
103 'option)'), _('REV')),
103 'option)'), _('REV')),
104 ('f', 'force', None, _('force removal of changesets, discard '
104 ('f', 'force', None, _('force removal of changesets, discard '
105 'uncommitted changes (no backup)')),
105 'uncommitted changes (no backup)')),
106 ('', 'no-backup', None, _('no backups')),
106 ('', 'no-backup', None, _('do not save backup bundle')),
107 ('', 'nobackup', None, _('no backups (DEPRECATED)')),
107 ('', 'nobackup', None, _('do not save backup bundle '
108 '(DEPRECATED)')),
108 ('n', '', None, _('ignored (DEPRECATED)')),
109 ('n', '', None, _('ignored (DEPRECATED)')),
109 ('k', 'keep', None, _("do not modify working directory during "
110 ('k', 'keep', None, _("do not modify working directory during "
110 "strip")),
111 "strip")),
@@ -719,7 +719,7 b' Make sure no one adds back a -b option:'
719 revisions without this option)
719 revisions without this option)
720 -f --force force removal of changesets, discard uncommitted
720 -f --force force removal of changesets, discard uncommitted
721 changes (no backup)
721 changes (no backup)
722 --no-backup no backups
722 --no-backup do not save backup bundle
723 -k --keep do not modify working directory during strip
723 -k --keep do not modify working directory during strip
724 -B --bookmark VALUE [+] remove revs only reachable from given bookmark
724 -B --bookmark VALUE [+] remove revs only reachable from given bookmark
725 --mq operate on patch repository
725 --mq operate on patch repository
General Comments 0
You need to be logged in to leave comments. Login now