diff -r 9011036ba79d -r 511445840148 mercurial/help.py --- a/mercurial/help.py Thu Jun 10 15:35:06 2010 +0200 +++ b/mercurial/help.py Wed Jun 16 15:20:22 2010 +0530 @@ -98,4 +98,5 @@ (['urls'], _('URL Paths'), loaddoc('urls')), (["extensions"], _("Using additional features"), extshelp), (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')), + (["glossary"], _("Glossary"), loaddoc('glossary')), )