~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.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:
2087
2087
 
2088
2088
    __contains__ = has_id
2089
2089
 
2090
 
    # should be deprecated - this is slow and in any case treating them as a
2091
 
    # container is (we now know) bad style -- mbp 20070302
2092
2090
    @symbol_versioning.deprecated_method(symbol_versioning.deprecated_in((2, 4, 0)))
2093
2091
    def __iter__(self):
2094
2092
        """Iterate through file_ids for this tree.