Show More
@@ -38,6 +38,8 b' def _matchtrackedpath(path, matcher):' | |||
|
38 | 38 | elif path.startswith('meta/'): |
|
39 | 39 | return matcher.visitdir(path[len('meta/'):-len('/00manifest.i')] or '.') |
|
40 | 40 | |
|
41 | raise error.ProgrammingError("cannot decode path %s" % path) | |
|
42 | ||
|
41 | 43 | # This avoids a collision between a file named foo and a dir named |
|
42 | 44 | # foo.i or foo.d |
|
43 | 45 | def _encodedir(path): |
General Comments 0
You need to be logged in to leave comments.
Login now