mercurial/help.py
changeset 11356 511445840148
parent 10999 38182ed043b7
child 11382 2f09b13e914d
equal deleted inserted replaced
11355:9011036ba79d 11356:511445840148
    96     (['templating', 'templates'], _('Template Usage'),
    96     (['templating', 'templates'], _('Template Usage'),
    97      loaddoc('templates')),
    97      loaddoc('templates')),
    98     (['urls'], _('URL Paths'), loaddoc('urls')),
    98     (['urls'], _('URL Paths'), loaddoc('urls')),
    99     (["extensions"], _("Using additional features"), extshelp),
    99     (["extensions"], _("Using additional features"), extshelp),
   100     (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
   100     (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
       
   101     (["glossary"], _("Glossary"), loaddoc('glossary')),
   101 )
   102 )