903
903
new_kind = self.new_tree.kind(file_id)
904
904
except (errors.NoSuchId, errors.NoSuchFile):
906
self._diff(file_id, old_path, new_path, old_kind, new_kind)
909
def _diff(self, file_id, old_path, new_path, old_kind, new_kind):
907
910
result = DiffPath._diff_many(self.differs, file_id, old_path,
908
911
new_path, old_kind, new_kind)
909
912
if result is DiffPath.CANNOT_DIFF: