844
835
Return a (name, parent, kind, executable) tuple
846
837
to_name = self.final_name(to_trans_id)
851
839
to_parent = self.final_file_id(self.final_parent(to_trans_id))
852
840
if to_trans_id in self._new_executability:
853
841
to_executable = self._new_executability[to_trans_id]