668
671
iterator = self.other_tree.iter_changes(self.base_tree,
669
672
include_unchanged=True, specific_files=self.interesting_files,
670
673
extra_trees=[self.this_tree])
671
677
for (file_id, paths, changed, versioned, parents, names, kind,
673
679
if (self.interesting_ids is not None and
674
680
file_id not in self.interesting_ids):
679
685
this_parent = entry.parent_id
680
686
this_executable = entry.executable