229
230
new_tree = spec_tree(new_revision_spec)
231
232
return show_diff_trees(old_tree, new_tree, sys.stdout, specific_files,
235
237
def show_diff_trees(old_tree, new_tree, to_file, specific_files=None,
237
240
"""Show in text form the changes from one tree to another.