Show More
@@ -492,7 +492,7 b' def _matcher(canonroot, cwd, names, inc,' | |||||
492 | roots.append(root) |
|
492 | roots.append(root) | |
493 | elif kind in ('relpath', 'path'): |
|
493 | elif kind in ('relpath', 'path'): | |
494 | files.append((kind, name)) |
|
494 | files.append((kind, name)) | |
495 | roots.append(name) |
|
495 | roots.append(name or '.') | |
496 | elif kind == 'relglob': |
|
496 | elif kind == 'relglob': | |
497 | roots.append('.') |
|
497 | roots.append('.') | |
498 | return roots, pats + files, anypats |
|
498 | return roots, pats + files, anypats |
General Comments 0
You need to be logged in to leave comments.
Login now