~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Ian Clatworthy
  • Date: 2008-07-02 01:40:02 UTC
  • mfrom: (3398.1.34 bzr.properties)
  • mto: This revision was merged to the branch mainline in revision 3516.
  • Revision ID: ian.clatworthy@canonical.com-20080702014002-2g5pg30ua32z8hrc
Rule-based preferences (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
        #-------------
149
149
        self._setup_directory_is_tree_reference()
150
150
        self._detect_case_handling()
 
151
        self._rules_searcher = None
151
152
 
152
153
    @needs_tree_write_lock
153
154
    def _add(self, files, ids, kinds):