diff -r ab20491b1760 -r 900996da577a mercurial/help.py --- 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.