changeset 10978:6a3377851d45 stable

hgrc.5: describe form of config values
author Martin Geisler <mg@lazybytes.net>
date Sun, 25 Apr 2010 16:46:26 +0200
parents 33119d0252c1
children 4760b17aee19 30ae8174a597
files doc/hgrc.5.txt
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 --------