Show More
@@ -246,6 +246,8 b' def _matcher(canonroot, cwd, names, inc,' | |||||
246 |
|
246 | |||
247 | def matchfn(pats, tail): |
|
247 | def matchfn(pats, tail): | |
248 | """build a matching function from a set of patterns""" |
|
248 | """build a matching function from a set of patterns""" | |
|
249 | if not pats: | |||
|
250 | return | |||
249 | matches = [] |
|
251 | matches = [] | |
250 | for k, p in pats: |
|
252 | for k, p in pats: | |
251 | try: |
|
253 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now