~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff.py

  • Committer: Martin Pool
  • Date: 2005-04-28 07:24:55 UTC
  • Revision ID: mbp@sourcefrog.net-20050428072453-7b99afa993a1e549
todo

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
124
125
            assert old_name == new_name
125
126
            assert old_kind == new_kind
126
127