##// END OF EJS Templates
doc: fix mistake about matching against directories in "pattern.txt"...
FUJIWARA Katsunori -
r20329:45f23b1f stable
parent child Browse files
Show More
@@ -30,9 +30,8 b' feeds. Each string read from the file is'
30 pattern.
30 pattern.
31
31
32 All patterns, except for ``glob:`` specified in command line (not for
32 All patterns, except for ``glob:`` specified in command line (not for
33 ``-I`` or ``-X`` options) or ``.hgignore`` file, can match also
33 ``-I`` or ``-X`` options), can match also against directories: files
34 against directories: files under matched directories are treated as
34 under matched directories are treated as matched.
35 matched.
36
35
37 Plain examples::
36 Plain examples::
38
37
General Comments 0
You need to be logged in to leave comments. Login now