Show More
@@ -530,7 +530,8 b' class manifestdict(object):' | |||||
530 | # avoid the entire walk if we're only looking for specific files |
|
530 | # avoid the entire walk if we're only looking for specific files | |
531 | if self._filesfastpath(match): |
|
531 | if self._filesfastpath(match): | |
532 | for fn in sorted(fset): |
|
532 | for fn in sorted(fset): | |
533 |
|
|
533 | if fn in self: | |
|
534 | yield fn | |||
534 | return |
|
535 | return | |
535 |
|
536 | |||
536 | for fn in self: |
|
537 | for fn in self: |
General Comments 0
You need to be logged in to leave comments.
Login now