# HG changeset patch # User Martin Geisler # Date 1272208296 -7200 # Node ID 30ae8174a5970da9023d7978e5674440f7af0c76 # Parent 6a3377851d4583d439f339d5063fdf33b88a2c60 hgrc.5: mention lists as well diff -r 6a3377851d45 -r 30ae8174a597 doc/hgrc.5.txt --- a/doc/hgrc.5.txt Sun Apr 25 16:46:26 2010 +0200 +++ b/doc/hgrc.5.txt Sun Apr 25 17:11:36 2010 +0200 @@ -110,10 +110,10 @@ 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). +The values are either free-form text strings, lists of text strings, +or Boolean values. Lists are split on whitespace and commas. 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