~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff.py

  • Committer: Martin Pool
  • Date: 2005-03-14 02:55:39 UTC
  • Revision ID: mbp@sourcefrog.net-20050314025539-637a636692c055cf
thanks to more people

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
            old_item = next(old_it)
122
122
        else:
123
123
            assert old_id == new_id
124
 
            assert old_id != None
125
124
            assert old_name == new_name
126
125
            assert old_kind == new_kind
127
126