1119
1119
(from_executable, to_executable)))
1120
1120
return iter(sorted(results, key=lambda x:x[1]))
1123
1123
"""Return a tree representing the result of the transform.
1125
1125
This tree only supports the subset of Tree functionality required
1126
1126
by show_diff_trees. It must only be compared to tt._tree.
1130
1130
def _text_parent(self, trans_id):
1131
1131
file_id = self.tree_file_id(trans_id)