comparison doc/hgrc.5.txt @ 10981:c72358052e0b

Merge with stable
author Martin Geisler <mg@lazybytes.net>
date Sun, 25 Apr 2010 17:11:50 +0200
parents 4760b17aee19 30ae8174a597
children 0a548640e012
comparison
equal deleted inserted replaced
10979:4760b17aee19 10981:c72358052e0b
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