/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test_bundle.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 00:06:46 UTC
  • mfrom: (6673 work)
  • mto: This revision was merged to the branch mainline in revision 6675.
  • Revision ID: jelmer@jelmer.uk-20170610000646-xj6jh277lo4xuo10
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        return self.ids[parent_dir]
106
106
 
107
107
    def iter_entries(self):
108
 
        for path, file_id in self.ids.iteritems():
 
108
        for path, file_id in self.ids.items():
109
109
            yield path, self[file_id]
110
110
 
111
111
    def kind(self, file_id):