270
270
new_tree = spec_tree(new_revision_spec)
272
276
return show_diff_trees(old_tree, new_tree, sys.stdout, specific_files,
277
282
def show_diff_trees(old_tree, new_tree, to_file, specific_files=None,
278
283
external_diff_options=None,
280
286
"""Show in text form the changes from one tree to another.