diff -r 7625f6387fc4 -r ac27b1b3be85 mercurial/help.py --- a/mercurial/help.py Mon Nov 30 20:44:22 2015 +0000 +++ b/mercurial/help.py Mon Nov 30 20:45:07 2015 +0000 @@ -474,7 +474,8 @@ doc = gettext(mod.__doc__).splitlines()[0] rst = listexts(_("'%s' is provided by the following " - "extension:") % cmd, {ext: doc}, indent=4) + "extension:") % cmd, {ext: doc}, indent=4, + showdeprecated=True) rst.append('\n') rst.append(_('(use "hg help extensions" for information on enabling ' 'extensions)\n'))