/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 bzrlib/tree.py

  • Committer: Ian Clatworthy
  • Date: 2008-12-23 07:47:43 UTC
  • mfrom: (3916 +trunk)
  • mto: (3586.1.28 views-ui)
  • mto: This revision was merged to the branch mainline in revision 4030.
  • Revision ID: ian.clatworthy@canonical.com-20081223074743-t942gwabt937o693
merge bzr.dev r3916

Show diffs side-by-side

added added

removed removed

Lines of Context:
564
564
        """
565
565
        raise NotImplementedError(self.walkdirs)
566
566
 
 
567
    def supports_content_filtering(self):
 
568
        return False
 
569
 
567
570
    def iter_search_rules(self, path_names, pref_names=None,
568
571
        _default_searcher=rules._per_user_searcher):
569
572
        """Find the preferences for filenames in a tree.