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

Fix tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
 
116
116
    _gitrepository_class = property(_get_gitrepository_class)
117
117
 
 
118
    @property
 
119
    def user_transport(self):
 
120
        return self.root_transport
 
121
 
 
122
    @property
 
123
    def control_transport(self):
 
124
        return self.transport
 
125
 
118
126
    def __init__(self, transport, lockfiles, gitrepo, format):
119
127
        self._format = format
120
128
        self.root_transport = transport