421
421
todo.append((store, child_path, child_relpath, hexsha, ie.file_id))
423
423
ie = self._get_file_ie(store, child_path, name, mode, hexsha, parent_id)
424
yield child_relpath.decode('utf-8'), "V", ie.kind, ie
426
426
def _get_file_ie(self, store, path, name, mode, hexsha, parent_id):
427
427
if not isinstance(path, bytes):