# HG changeset patch # User Martin Geisler # Date 1250897696 -7200 # Node ID 68f3937888951aad62f01a513c67ee1a176afbda # Parent f4f17d5695d2972ae4126f5a676a1e573ededaa1 hgrc.5: document %include directive diff -r f4f17d5695d2 -r 68f393788895 doc/hgrc.5.txt --- a/doc/hgrc.5.txt Tue Aug 18 13:40:19 2009 +0200 +++ b/doc/hgrc.5.txt Sat Aug 22 01:34:56 2009 +0200 @@ -91,6 +91,12 @@ Lines beginning with "`#`" or "`;`" are ignored and may be used to provide comments. +A line of the form "`%include file`" will include `file` into the +current configuration file. The inclusion is recursive, which means +that included files can include other files. Filenames are relative to +the configuration file in which the `%include` directive is found. + + SECTIONS --------