# HG changeset patch # User Martin Geisler # Date 1272206804 -7200 # Node ID 4760b17aee19220c20ca90bea33ed159b9062f32 # Parent f4778f942a4ef121ef9c5333e7b6bbcbbe536ded# Parent 6a3377851d4583d439f339d5063fdf33b88a2c60 Merge with stable diff -r f4778f942a4e -r 4760b17aee19 doc/hgrc.5.txt --- a/doc/hgrc.5.txt Sun Apr 25 16:17:24 2010 +0200 +++ b/doc/hgrc.5.txt Sun Apr 25 16:46:44 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 --------