~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Ian Clatworthy
  • Date: 2008-08-07 14:21:59 UTC
  • mto: (4029.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 4030.
  • Revision ID: ian.clatworthy@canonical.com-20080807142159-psfims4e5q0ay4hv
enhance diff to support views

Show diffs side-by-side

added added

removed removed

Lines of Context:
1488
1488
                                         ' one or two revision specifiers')
1489
1489
 
1490
1490
        old_tree, new_tree, specific_files, extra_trees = \
1491
 
                _get_trees_to_diff(file_list, revision, old, new)
 
1491
                _get_trees_to_diff(file_list, revision, old, new,
 
1492
                apply_view=True)
1492
1493
        return show_diff_trees(old_tree, new_tree, sys.stdout, 
1493
1494
                               specific_files=specific_files,
1494
1495
                               external_diff_options=diff_options,