doc/hgrc.5.txt
changeset 938 54b2a42e501e
parent 705 574869103985
child 945 f15901d053e1
child 946 6d21a3488df9
child 948 ffb0665028f0
child 951 859de3ebc041
child 981 4f81068ed8cd
--- 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>.