hgrc.5: document %include directive
authorMartin Geisler <mg@lazybytes.net>
Sat, 22 Aug 2009 01:34:56 +0200
changeset 9376 68f393788895
parent 9360 f4f17d5695d2
child 9377 4481ba0957c5
child 9378 1a7bcf58ba56
hgrc.5: document %include directive
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
 --------