60
60
def changes_from(self, other, want_unchanged=False, specific_files=None,
61
extra_trees=None, require_versioned=False, include_root=False,
62
63
"""Return a TreeDelta of the changes from other to this tree.
64
65
:param other: A tree to compare with.