382
382
extra_trees = (working_tree,)
383
383
return old_tree, new_tree, old_branch, new_branch, specific_files, extra_trees
385
386
def _get_tree_to_diff(spec, tree=None, branch=None, basis_is_default=True):
386
387
if branch is None and tree is not None: