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