mercurial/help.py
changeset 27152 ac27b1b3be85
parent 27151 7625f6387fc4
child 27323 0fe93498ef07
--- 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'))