89
90
for (file_id, path, changed_content, versioned, parent, name, kind,
90
91
executable) in iter_changes:
91
92
if kind[1] in ("directory",):
92
self._inv_delta.append((path[0], path[1], file_id, entry_factory[kind[1]](file_id, name[1], parent[1])))
94
(path[0], path[1], file_id, entry_factory[kind[1]](
93
96
if kind[0] in ("file", "symlink"):
94
97
self._blobs[path[0].encode("utf-8")] = None