##// 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 103 'option)'), _('REV')),
104 104 ('f', 'force', None, _('force removal of changesets, discard '
105 105 'uncommitted changes (no backup)')),
106 ('', 'no-backup', None, _('no backups')),
107 ('', 'nobackup', None, _('no backups (DEPRECATED)')),
106 ('', 'no-backup', None, _('do not save backup bundle')),
107 ('', 'nobackup', None, _('do not save backup bundle '
108 '(DEPRECATED)')),
108 109 ('n', '', None, _('ignored (DEPRECATED)')),
109 110 ('k', 'keep', None, _("do not modify working directory during "
110 111 "strip")),
@@ -719,7 +719,7 b' Make sure no one adds back a -b option:'
719 719 revisions without this option)
720 720 -f --force force removal of changesets, discard uncommitted
721 721 changes (no backup)
722 --no-backup no backups
722 --no-backup do not save backup bundle
723 723 -k --keep do not modify working directory during strip
724 724 -B --bookmark VALUE [+] remove revs only reachable from given bookmark
725 725 --mq operate on patch repository
General Comments 0
You need to be logged in to leave comments. Login now