[PATCH] hgrc.5.txt: Describe the encode/decode filter semantics and the command "!"

Mads Kiilerich mads at kiilerich.com
Tue Apr 14 19:25:29 CDT 2009


# HG changeset patch
# User Mads Kiilerich <mads at kiilerich.com>
# Date 1239755018 -7200
# Node ID dc5ab96da16855ca48377805078729daba8a16c6
# Parent  28a72f620cdef2883d1332a5edcc14b05224fd7b
hgrc.5.txt: Describe the encode/decode filter semantics and the command "!"

diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -112,6 +112,14 @@
   directory only, use the pattern "*.txt". To match any file ending
   in ".c" anywhere in the repository, use the pattern "**.c".
 
+  There can only be one filter command for each filter pattern. 
+  Specifying another filter command for a filter pattern overrides the 
+  previous. Note that all the filter commands for all matching filter 
+  patterns are applied to all files in an undefined order.
+
+  The filter command "!" can be used to disable a filter pattern as if 
+  it hadn't been defined. 
+
   The filter command can start with a specifier, either "pipe:" or
   "tempfile:". If no specifier is given, "pipe:" is used by default.
 


More information about the Mercurial-devel mailing list