271
275
new_tree = spec_tree(new_revision_spec)
273
281
return show_diff_trees(old_tree, new_tree, sys.stdout, specific_files,
278
287
def show_diff_trees(old_tree, new_tree, to_file, specific_files=None,
279
288
external_diff_options=None,
281
291
"""Show in text form the changes from one tree to another.