/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 03:44:45 UTC
  • mfrom: (3907.2.3 bzr.wt5)
  • mto: This revision was merged to the branch mainline in revision 3916.
  • Revision ID: ian.clatworthy@canonical.com-20081223034445-nuj7zz42t2vxib94
1.12-preview formats (Ian Clatworthy)

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.