comparison doc/hgrc.5.txt @ 9376:68f393788895

hgrc.5: document %include directive
author Martin Geisler <mg@lazybytes.net>
date Sat, 22 Aug 2009 01:34:56 +0200
parents 589a3d022079
children 4481ba0957c5 e499a4147c66
comparison
equal deleted inserted replaced
9360:f4f17d5695d2 9376:68f393788895
88 88
89 Leading whitespace is removed from values. Empty lines are skipped. 89 Leading whitespace is removed from values. Empty lines are skipped.
90 90
91 Lines beginning with "`#`" or "`;`" are ignored and may be used to provide 91 Lines beginning with "`#`" or "`;`" are ignored and may be used to provide
92 comments. 92 comments.
93
94 A line of the form "`%include file`" will include `file` into the
95 current configuration file. The inclusion is recursive, which means
96 that included files can include other files. Filenames are relative to
97 the configuration file in which the `%include` directive is found.
98
93 99
94 SECTIONS 100 SECTIONS
95 -------- 101 --------
96 102
97 This section describes the different sections that may appear in a 103 This section describes the different sections that may appear in a