equal
deleted
inserted
replaced
123 cwd - the current working directory, if relevant |
123 cwd - the current working directory, if relevant |
124 patterns - patterns to find |
124 patterns - patterns to find |
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 |
131 normalizes the given patterns to the case in the filesystem |
134 normalizes the given patterns to the case in the filesystem |
132 |
135 |