307
307
def diff_cmd_helper(tree, specific_files, external_diff_options,
308
308
old_revision_spec=None, new_revision_spec=None,
309
310
old_label='a/', new_label='b/'):
316
317
The specific files to compare, or None
319
320
If non-None, run an external diff, and pass it these options
322
323
If None, use basis tree as old revision, otherwise use the tree for
326
327
If None, use working tree as new revision, otherwise use the tree for
329
335
The more general form is show_diff_trees(), where the caller