~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

  • Committer: Martin Pool
  • Date: 2009-11-26 01:42:06 UTC
  • mfrom: (4827 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4828.
  • Revision ID: mbp@sourcefrog.net-20091126014206-qvf8jfpwpro558r4
merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
697
697
                for path in path_names:
698
698
                    yield searcher.get_items(path)
699
699
 
700
 
    @needs_read_lock
701
700
    def _get_rules_searcher(self, default_searcher):
702
701
        """Get the RulesSearcher for this tree given the default one."""
703
702
        searcher = default_searcher