152
152
want_unchanged=want_unchanged,
153
153
specific_files=specific_files,
159
def _compare_trees(old_tree, new_tree, want_unchanged, specific_file_ids,
158
def _compare_trees(old_tree, new_tree, want_unchanged, specific_file_ids):
162
160
from osutils import is_inside_any
163
162
old_inv = old_tree.inventory
164
163
new_inv = new_tree.inventory
168
167
# TODO: Rather than iterating over the whole tree and then filtering, we
169
168
# could diff just the specified files (if any) and their subtrees.