doc/hgrc.5.txt
branchstable
changeset 10211 a474f950357b
parent 10209 c9194a7d7d3e
child 10212 3ab391dd5ec5
child 10263 25e572394f5c
--- a/doc/hgrc.5.txt	Tue Jan 05 15:07:38 2010 -0500
+++ b/doc/hgrc.5.txt	Tue Jan 05 03:20:45 2010 +0100
@@ -202,6 +202,7 @@
 For example, to match any file ending in ``.txt`` in the root
 directory only, use the pattern ``*.txt``. To match any file ending
 in ``.c`` anywhere in the repository, use the pattern ``**.c``.
+For each file only the first matching filter applies.
 
 The filter command can start with a specifier, either ``pipe:`` or
 ``tempfile:``. If no specifier is given, ``pipe:`` is used by default.