Show More
@@ -2762,8 +2762,9 b' def save(ui, repo, **opts):' | |||||
2762 | ('b', 'backup', None, _('bundle only changesets with local revision' |
|
2762 | ('b', 'backup', None, _('bundle only changesets with local revision' | |
2763 | ' number greater than REV which are not' |
|
2763 | ' number greater than REV which are not' | |
2764 | ' descendants of REV (DEPRECATED)')), |
|
2764 | ' descendants of REV (DEPRECATED)')), | |
2765 |
(' |
|
2765 | ('', 'no-backup', None, _('no backups')), | |
2766 | ('', 'nobackup', None, _('no backups (DEPRECATED)')), |
|
2766 | ('', 'nobackup', None, _('no backups (DEPRECATED)')), | |
|
2767 | ('n', '', None, _('ignored (DEPRECATED)')), | |||
2767 | ('k', 'keep', None, _("do not modify working copy during strip"))], |
|
2768 | ('k', 'keep', None, _("do not modify working copy during strip"))], | |
2768 | _('hg strip [-k] [-f] [-n] REV...')) |
|
2769 | _('hg strip [-k] [-f] [-n] REV...')) | |
2769 | def strip(ui, repo, *revs, **opts): |
|
2770 | def strip(ui, repo, *revs, **opts): |
General Comments 0
You need to be logged in to leave comments.
Login now