~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-28 02:40:49 UTC
  • Revision ID: mbp@sourcefrog.net-20050328024049-9e1d1fea5e834ae7
Make fields wider in 'bzr info' output to accomodate big trees

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