~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-11 02:44:45 UTC
  • Revision ID: mbp@sourcefrog.net-20050411024445-a2d4fa7e39309d2300533a6a
- Experiments in inventory performance

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