hgrc.5: describe form of config values stable
authorMartin Geisler <mg@lazybytes.net>
Sun, 25 Apr 2010 16:46:26 +0200
branchstable
changeset 10978 6a3377851d45
parent 10954 33119d0252c1
child 10979 4760b17aee19
child 10980 30ae8174a597
hgrc.5: describe form of config values
doc/hgrc.5.txt
--- a/doc/hgrc.5.txt	Sun Apr 18 14:20:08 2010 -0700
+++ b/doc/hgrc.5.txt	Sun Apr 25 16:46:26 2010 +0200
@@ -110,6 +110,11 @@
 A line with ``%unset name`` will remove ``name`` from the current
 section, if it has been set previously.
 
+The values are either free-form text strings or Boolean values.
+Boolean values can be set to true using any of "1", "yes", "true", or
+"on" and to false using "0", "no", "false", or "off" (all case
+insensitive).
+
 
 Sections
 --------