mercurial/help.py
changeset 10999 38182ed043b7
parent 10708 61c52fedbd45
child 11356 511445840148
--- a/mercurial/help.py	Mon Apr 26 11:03:40 2010 -0500
+++ b/mercurial/help.py	Mon Apr 26 11:03:40 2010 -0500
@@ -97,4 +97,5 @@
      loaddoc('templates')),
     (['urls'], _('URL Paths'), loaddoc('urls')),
     (["extensions"], _("Using additional features"), extshelp),
+    (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
 )