Skip to content
Snippets Groups Projects
Commit 50db996b authored by Katsunori FUJIWARA's avatar Katsunori FUJIWARA
Browse files

doc: add description about pattern matching against directories

Before this patch, there is no explicit description about pattern
matching against directories, even though users may understand it from
"plain examples" in "hg help patterns".

This patch adds description about pattern matching against
directories.
parent 96be25f1
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,11 @@
feeds. Each string read from the file is itself treated as a file
pattern.
All patterns, except for ``glob:`` specified in command line (not for
``-I`` or ``-X`` options) or ``.hgignore`` file, can match also
against directories: files under matched directories are treated as
matched.
Plain examples::
path:foo/bar a name bar in a directory named foo in the root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment