~jeanfrancois.roy/bzr/url-safe-escape

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

  • Committer: Mark Hammond
  • Date: 2008-12-28 05:21:23 UTC
  • mfrom: (3920 +trunk)
  • mto: (3932.1.1 prepare-1.11)
  • mto: This revision was merged to the branch mainline in revision 3937.
  • Revision ID: mhammond@skippinet.com.au-20081228052123-f78xs5sbdkotshwf
merge trunk

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.