diff mercurial/help.py @ 10999:38182ed043b7

help: add some help for hgweb.config files
author Matt Mackall <mpm@selenic.com>
date Mon, 26 Apr 2010 11:03:40 -0500
parents 61c52fedbd45
children 511445840148
line wrap: on
line diff
--- 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')),
 )