Show More
@@ -216,7 +216,7 b' def _narrow(ui, repo, remote, commoninc,' | |||||
216 | todelete.append(f) |
|
216 | todelete.append(f) | |
217 | elif f.startswith('meta/'): |
|
217 | elif f.startswith('meta/'): | |
218 | dir = f[5:-13] |
|
218 | dir = f[5:-13] | |
219 |
dirs = |
|
219 | dirs = sorted(util.dirs({dir})) + [dir] | |
220 | include = True |
|
220 | include = True | |
221 | for d in dirs: |
|
221 | for d in dirs: | |
222 | visit = newmatch.visitdir(d) |
|
222 | visit = newmatch.visitdir(d) |
General Comments 0
You need to be logged in to leave comments.
Login now