hgext/mq.py
changeset 16279 531e69ff348f
parent 16253 17f179805297
parent 16278 900eee0778d1
child 16291 9952ac7e0968
--- a/hgext/mq.py	Thu Mar 22 16:54:46 2012 -0500
+++ b/hgext/mq.py	Thu Mar 22 17:08:05 2012 -0500
@@ -2759,8 +2759,9 @@
           ('b', 'backup', None, _('bundle only changesets with local revision'
                                   ' number greater than REV which are not'
                                   ' descendants of REV (DEPRECATED)')),
-          ('n', 'no-backup', None, _('no backups')),
+          ('', 'no-backup', None, _('no backups')),
           ('', 'nobackup', None, _('no backups (DEPRECATED)')),
+          ('n', '', None, _('ignored  (DEPRECATED)')),
           ('k', 'keep', None, _("do not modify working copy during strip"))],
           _('hg strip [-k] [-f] [-n] REV...'))
 def strip(ui, repo, *revs, **opts):