mercurial/help/config.txt
changeset 22549 b1fc7ea5bb01
parent 22252 de783f2403c4
child 22550 85ade05dc5b3
--- a/mercurial/help/config.txt	Tue Sep 23 16:22:52 2014 +0900
+++ b/mercurial/help/config.txt	Sat Sep 20 14:16:39 2014 -0700
@@ -1640,10 +1640,13 @@
     Default is 1; set to 0 to disable.
 
 ``style``
-    Which template map style to use.
+    Which template map style to use. The available options are the names of
+    subdirectories in the HTML templates path.
+    Example: ``monoblue``
 
 ``templates``
-    Where to find the HTML templates. Default is install path.
+    Where to find the HTML templates. The default path to the HTML templates
+    can be obtained from ``hg debuginstall``.
 
 ``websub``
 ----------