184
184
any(filter(lambda p: p.startswith(child_path), specific_paths))):
185
185
todo.add((child_path, hexsha, ie.file_id))
186
186
elif specific_paths is None or child_path in specific_paths:
187
yield (child_path, self._get_file_ie(path, name, mode, hexsha,
188
self._get_file_ie(child_path, name, mode, hexsha,
190
191
def get_revision_id(self):