137
133
text_diff will be used for textual difference calculation.
138
134
This is a template method, override _diff in child classes.
142
138
# cannot diff from one kind to another - you must do a removal
143
139
# and an addif they do not match.
144
140
assert self.kind == to_entry.kind
147
142
self._diff(text_diff, from_label, tree, to_label, to_entry, to_tree,