/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/workingtree_4.py

  • Committer: Aaron Bentley
  • Date: 2007-11-28 01:21:28 UTC
  • mto: This revision was merged to the branch mainline in revision 3044.
  • Revision ID: aaron.bentley@utoronto.ca-20071128012128-gz9ep3oyvh1xt38n
Add case-sensitivity handling to WorkingTree

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
        self._dirstate = None
152
152
        self._inventory = None
153
153
        #-------------
154
 
        self.case_sensitive = True
 
154
        self._detect_case_handling()
155
155
 
156
156
    @needs_tree_write_lock
157
157
    def _add(self, files, ids, kinds):