609
609
# There must be a None in here, if we have a conflict, but we
610
610
# need executability since file status was not deleted.
611
611
if self.other_tree.is_executable(file_id) is None:
616
616
if file_status == "modified":
617
617
executability = self.this_tree.is_executable(file_id)