145
def compare_trees(old_tree, new_tree, want_unchanged=False, specific_files=None):
145
def compare_trees(old_tree, new_tree, want_unchanged=False,
146
147
"""Describe changes from one tree to another.
148
149
Returns a TreeDelta with details of added, modified, renamed, and
153
154
This only considers versioned files.