##// 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 The latter expects null delimited patter
29 feeds. Each string read from the file is itself treated as a file
29 feeds. Each string read from the file is itself treated as a file
30 pattern.
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 Plain examples::
37 Plain examples::
33
38
34 path:foo/bar a name bar in a directory named foo in the root
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