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