diff doc/hgrc.5.txt @ 938:54b2a42e501e

hgweb: add [web] section to hgrc This makes almost all of the hgweb settings available in hgrc.
author mpm@selenic.com
date Wed, 17 Aug 2005 17:57:37 -0800
parents 574869103985
children f15901d053e1 6d21a3488df9 ffb0665028f0 859de3ebc041 4f81068ed8cd
line wrap: on
line diff
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -110,6 +110,24 @@ ui::
   verbose;;
     Increase the amount of output printed.  True or False.  Default is False.
 
+web::
+  Web interface configuration.
+  name;;
+    Repository name to use in the web interface. Default is current
+    working directory.
+  address;;
+    Interface address to bind to. Default is all.
+  port;;
+    Port to listen on. Default is 8000.
+  ipv6;;
+    Whether to use IPv6. Default is false.
+  accesslog;;
+    Where to output the access log. Default is stdout.
+  errorlog;;
+    Where to output the error log. Default is stderr.
+  templates;;
+    Where to find the HTML templates. Default is install path.
+
 AUTHOR
 ------
 Bryan O'Sullivan <bos@serpentine.com>.