~mbp/bzr/remove-logging

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-19 15:47:26 UTC
  • mfrom: (4413.6.1 1.16-no-read-lock)
  • Revision ID: pqm@pqm.ubuntu.com-20091119154726-sd7fhzjnshehq9i5
(jam) Remove a @needs_read_lock decorator from something that doesn't
        really need it.

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