340
def compare_trees(old_tree, new_tree, want_unchanged, specific_files=None):
340
def compare_trees(old_tree, new_tree, want_unchanged=False, specific_files=None):
341
341
"""Describe changes from one tree to another.
343
343
Returns a TreeDelta with details of added, modified, renamed, and