##// END OF EJS Templates
doc: add description about pattern matching against directories...
FUJIWARA Katsunori -
r20290:50db996b default
parent child Browse files
Show More
@@ -29,6 +29,11 b' The latter expects null delimited patter'
29 29 feeds. Each string read from the file is itself treated as a file
30 30 pattern.
31 31
32 All patterns, except for ``glob:`` specified in command line (not for
33 ``-I`` or ``-X`` options) or ``.hgignore`` file, can match also
34 against directories: files under matched directories are treated as
35 matched.
36
32 37 Plain examples::
33 38
34 39 path:foo/bar a name bar in a directory named foo in the root
General Comments 0
You need to be logged in to leave comments. Login now