1353
1353
entry_index, present = self._find_entry_index(key, block)
1355
1355
entry = self._dirblocks[block_index][1][entry_index]
1357
1357
# this is the result we are looking for: the
1358
1358
# real home of this file_id in this tree.
1360
1360
if entry[1][tree_index][0] == 'a':
1361
1361
# there is no home for this entry in this tree
1364
1368
real_path = entry[1][tree_index][1]
1365
1369
return self._get_entry(tree_index, fileid_utf8=fileid_utf8,