Show More
@@ -125,6 +125,9 b' def match(root, cwd, patterns=None, incl' | |||||
125 | include - patterns to include (unless they are excluded) |
|
125 | include - patterns to include (unless they are excluded) | |
126 | exclude - patterns to exclude (even if they are included) |
|
126 | exclude - patterns to exclude (even if they are included) | |
127 | default - if a pattern in patterns has no explicit type, assume this one |
|
127 | default - if a pattern in patterns has no explicit type, assume this one | |
|
128 | auditor - optional path auditor | |||
|
129 | ctx - optional changecontext | |||
|
130 | listsubrepos - if True, recurse into subrepositories | |||
128 | warn - optional function used for printing warnings |
|
131 | warn - optional function used for printing warnings | |
129 | badfn - optional bad() callback for this matcher instead of the default |
|
132 | badfn - optional bad() callback for this matcher instead of the default | |
130 | icasefs - make a matcher for wdir on case insensitive filesystems, which |
|
133 | icasefs - make a matcher for wdir on case insensitive filesystems, which |
General Comments 0
You need to be logged in to leave comments.
Login now