doc/hgrc.5.txt
branchstable
changeset 10980 30ae8174a597
parent 10978 6a3377851d45
child 10981 c72358052e0b
child 11220 157f9de9ad2a
equal deleted inserted replaced
10978:6a3377851d45 10980:30ae8174a597
   108 the configuration file in which the ``%include`` directive is found.
   108 the configuration file in which the ``%include`` directive is found.
   109 
   109 
   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
   120 --------
   120 --------
   121 
   121