diff -r 8127b9e798b1 -r ba3bc6474bbf hgext/strip.py --- a/hgext/strip.py Thu Nov 07 17:24:14 2013 -0800 +++ b/hgext/strip.py Fri Jul 11 18:04:51 2014 -0500 @@ -78,9 +78,6 @@ 'option)'), _('REV')), ('f', 'force', None, _('force removal of changesets, discard ' 'uncommitted changes (no backup)')), - ('b', 'backup', None, _('bundle only changesets with local revision' - ' number greater than REV which are not' - ' descendants of REV (DEPRECATED)')), ('', 'no-backup', None, _('no backups')), ('', 'nobackup', None, _('no backups (DEPRECATED)')), ('n', '', None, _('ignored (DEPRECATED)')),