--- a/doc/hgrc.5.txt Fri Aug 21 16:58:30 2009 +0200
+++ b/doc/hgrc.5.txt Sat Aug 22 01:37:28 2009 +0200
@@ -100,6 +100,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
--------