diff mercurial/help.py @ 31081:900996da577a

pager: move most help to a new help topic and deprecate extension
author Augie Fackler <augie@google.com>
date Tue, 07 Feb 2017 00:07:53 -0500
parents 2a0c8e3636b0
children 6918c9215201
line wrap: on
line diff
--- a/mercurial/help.py	Tue Feb 21 14:20:05 2017 -0500
+++ b/mercurial/help.py	Tue Feb 07 00:07:53 2017 -0500
@@ -230,6 +230,7 @@
      loaddoc('scripting')),
     (['internals'], _("Technical implementation topics"),
      internalshelp),
+    (['pager'], _("Pager Support"), loaddoc('pager')),
 ])
 
 # Maps topics with sub-topics to a list of their sub-topics.