~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-23 23:52:10 UTC
  • Revision ID: mbp@sourcefrog.net-20050323235210-5464746b93c39ed0
more notes on darcs

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