##// END OF EJS Templates
hgrc.5: mention lists as well
Martin Geisler -
r10980:30ae8174 stable
parent child Browse files
Show More
@@ -110,10 +110,10 b' the configuration file in which the ``%i'
110 A line with ``%unset name`` will remove ``name`` from the current
110 A line with ``%unset name`` will remove ``name`` from the current
111 section, if it has been set previously.
111 section, if it has been set previously.
112
112
113 The values are either free-form text strings or Boolean values.
113 The values are either free-form text strings, lists of text strings,
114 Boolean values can be set to true using any of "1", "yes", "true", or
114 or Boolean values. Lists are split on whitespace and commas. Boolean
115 "on" and to false using "0", "no", "false", or "off" (all case
115 values can be set to true using any of "1", "yes", "true", or "on" and
116 insensitive).
116 to false using "0", "no", "false", or "off" (all case insensitive).
117
117
118
118
119 Sections
119 Sections
General Comments 0
You need to be logged in to leave comments. Login now