comparison doc/hgrc.5.txt @ 9381:642febca0e5d

Merge with crew-stable
author Martin Geisler <mg@lazybytes.net>
date Sat, 22 Aug 2009 10:52:53 +0200
parents 4481ba0957c5 e499a4147c66
children ec26d6986d85
comparison
equal deleted inserted replaced
9379:9d2e3508faf9 9381:642febca0e5d
102 102
103 A line of the form "``%include file``" will include ``file`` into the 103 A line of the form "``%include file``" will include ``file`` into the
104 current configuration file. The inclusion is recursive, which means 104 current configuration file. The inclusion is recursive, which means
105 that included files can include other files. Filenames are relative to 105 that included files can include other files. Filenames are relative to
106 the configuration file in which the ``%include`` directive is found. 106 the configuration file in which the ``%include`` directive is found.
107
108 A line with "``%unset name``" will remove ``name`` from the current
109 section, if it has been set previously.
107 110
108 111
109 SECTIONS 112 SECTIONS
110 -------- 113 --------
111 114