branch | stable |
changeset 10978 | 6a3377851d45 |
parent 10485 | 677fee0a0604 |
child 10979 | 4760b17aee19 |
child 10980 | 30ae8174a597 |
--- 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 --------