Module b.delta

Part of bzrlib

No module docstring
Line # Kind Name Docs
26 Class TreeDelta Describes changes from one tree to another.
370 Function report_changes Report the changes from a change iterator.
206 Function _compare_trees Worker function that implements Tree.changes_from.
262 Class _ChangeReporter Report changes between two trees
def _compare_trees(old_tree, new_tree, want_unchanged, specific_files, include_root, extra_trees=None, require_versioned=False, want_unversioned=False):
Worker function that implements Tree.changes_from.
def report_changes(change_iterator, reporter):
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.
API Documentation for BzrLib, generated by pydoctor at 2008-12-03 00:00:12.