~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff.py

  • Committer: Martin Pool
  • Date: 2005-05-27 01:50:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050527015028-83638384380101a8
- still use internal diff by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
 
106
106
 
107
107
def diff_file(old_label, oldlines, new_label, newlines, to_file):
108
 
    if True:
 
108
    if False:
109
109
        differ = external_diff
110
110
    else:
111
111
        differ = internal_diff