~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bundle.py

  • Committer: Jelmer Vernooij
  • Date: 2011-05-08 13:07:11 UTC
  • mto: This revision was merged to the branch mainline in revision 5843.
  • Revision ID: jelmer@samba.org-20110508130711-idrk0wq7aj3d7vq6
Fix more uses of Tree.__iter__

Show diffs side-by-side

added added

removed removed

Lines of Context:
493
493
                                 % (ancestor,))
494
494
 
495
495
                # Now check that the file contents are all correct
496
 
                for inventory_id in old:
 
496
                for inventory_id in old.all_file_ids():
497
497
                    try:
498
498
                        old_file = old.get_file(inventory_id)
499
499
                    except errors.NoSuchFile: