--- 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