diff doc/hgrc.5.txt @ 10211:a474f950357b stable

Update test and man page for multiple matching encode/decode filters
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 05 Jan 2010 03:20:45 +0100
parents c9194a7d7d3e
children 3ab391dd5ec5 25e572394f5c
line wrap: on
line diff
--- 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.