852
852
self.interesting_files, trees=[self.other_tree])
853
853
this_entries = dict(self.this_tree.iter_entries_by_dir(
854
854
specific_files=this_interesting_files))
855
for (file_id, paths, changed, versioned, parents, names, kind,
858
857
this_path = _mod_tree.find_previous_path(
861
860
this_path = _mod_tree.find_previous_path(
863
862
this_entry = this_entries.get(this_path)
864
863
if this_entry is not None:
865
864
this_name = this_entry.name