diff -r f2dbe7ba11e2 -r 0b1d15194b3c hgext/mq.py --- a/hgext/mq.py Wed Jun 20 16:43:09 2012 +0200 +++ b/hgext/mq.py Wed Jun 20 16:44:21 2012 +0200 @@ -2901,7 +2901,7 @@ ('k', 'keep', None, _("do not modify working copy during strip")), ('B', 'bookmark', '', _("remove revs only reachable from given" " bookmark"))], - _('hg strip [-k] [-f] [-n] [-B bookmark] REV...')) + _('hg strip [-k] [-f] [-n] [-B bookmark] [-r] REV...')) def strip(ui, repo, *revs, **opts): """strip changesets and all their descendants from the repository