changeset 9376:68f393788895

hgrc.5: document %include directive
author Martin Geisler <mg@lazybytes.net>
date Sat, 22 Aug 2009 01:34:56 +0200
parents f4f17d5695d2
children 4481ba0957c5 1a7bcf58ba56
files doc/hgrc.5.txt
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 --------