~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/bundle_data.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-09 14:47:11 UTC
  • mfrom: (5837.2.5 tree-is-container)
  • Revision ID: pqm@pqm.ubuntu.com-20110509144711-b87xrawe7hozixek
(jelmer) Deprecate Tree.__iter__. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
763
763
        paths = []
764
764
        for result in self._new_id.iteritems():
765
765
            paths.append(result)
766
 
        for id in self.base_tree:
 
766
        for id in self.base_tree.all_file_ids():
767
767
            path = self.id2path(id)
768
768
            if path is None:
769
769
                continue