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