Part of bzrlib
| Class | TreeDelta | Describes changes from one tree to another. |
| Function | report_changes | Report the changes from a change iterator. |
| Function | _compare_trees | Worker function that implements Tree.changes_from. |
| Class | _ChangeReporter | Report changes between two trees |
Report the changes from a change iterator.
This is essentially a translation from low-level to medium-level changes.
Further processing may be required to produce a human-readable output.
Unfortunately, some tree-changing operations are very complex
:change_iterator: an iterator or sequence of changes in the format
generated by Tree.iter_changes
:param reporter: The _ChangeReporter that will report the changes.