/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: Martin Pool
  • Date: 2010-04-21 09:41:26 UTC
  • mto: This revision was merged to the branch mainline in revision 5189.
  • Revision ID: mbp@canonical.com-20100421094126-jx7aiekeir74b0fq
Implement ControlComponent on WorkingTree

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
        return ''
175
175
 
176
176
 
177
 
class WorkingTree(bzrlib.mutabletree.MutableTree):
 
177
class WorkingTree(bzrlib.mutabletree.MutableTree,
 
178
    bzrdir.ControlComponent):
178
179
    """Working copy tree.
179
180
 
180
181
    The inventory is held in the `Branch` working-inventory, and the
253
254
        self._rules_searcher = None
254
255
        self.views = self._make_views()
255
256
 
 
257
    @property
 
258
    def user_transport(self):
 
259
        return self.bzrdir.user_transport
 
260
 
 
261
    @property
 
262
    def control_transport(self):
 
263
        return self._transport
 
264
 
256
265
    def _detect_case_handling(self):
257
266
        wt_trans = self.bzrdir.get_workingtree_transport(None)
258
267
        try: