809
815
inv = Inventory(root_id=root_row[0][3].decode('utf8'),
810
816
revision_id=self._revision_id)
812
821
revid, kind, dirname, name, size, executable, sha1 = line[1][parent_index]
814
823
# not in this revision tree.
817
826
file_id = line[0][3].decode('utf8')
818
827
entry = make_entry(kind, name.decode('utf8'), parent_id, file_id)
819
828
entry.revision = revid.decode('utf8')