~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:53:02 UTC
  • Revision ID: mbp@sourcefrog.net-20050527015302-5dbc20a91b0ed48e
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
        # regular named file (e.g. in the working directory) then we can
90
90
        # compare directly to that, rather than copying it.
91
91
 
92
 
        # TODO: Set the labels appropriately
93
 
 
94
92
        oldtmpf.writelines(oldlines)
95
93
        newtmpf.writelines(newlines)
96
94