~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Vincent Ladeuil
  • Date: 2009-10-08 16:32:43 UTC
  • mto: This revision was merged to the branch mainline in revision 4733.
  • Revision ID: v.ladeuil+lp@free.fr-20091008163243-ub35bqc4k53d3ihp
(trivial) Fix some PEP8 issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1907
1907
 
1908
1908
        (old_tree, new_tree,
1909
1909
         old_branch, new_branch,
1910
 
         specific_files, extra_trees) = \
1911
 
                get_trees_and_branches_to_diff(file_list, revision, old, new,
1912
 
                apply_view=True)
 
1910
         specific_files, extra_trees) = get_trees_and_branches_to_diff(
 
1911
            file_list, revision, old, new, apply_view=True)
1913
1912
        return show_diff_trees(old_tree, new_tree, sys.stdout,
1914
1913
                               specific_files=specific_files,
1915
1914
                               external_diff_options=diff_options,