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

  • Committer: Aaron Bentley
  • Date: 2007-11-27 13:24:44 UTC
  • mto: This revision was merged to the branch mainline in revision 3044.
  • Revision ID: aaron.bentley@utoronto.ca-20071127132444-zq5nq2cs13ljnm6z
Start handling case-insensitivity

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
            # the Format factory and creation methods that are
271
271
            # permitted to do this.
272
272
            self._set_inventory(_inventory, dirty=False)
 
273
        self.case_sensitive = True
273
274
 
274
275
    branch = property(
275
276
        fget=lambda self: self._branch,