~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

Give RemoteBranch a base url in line with the Branch protocol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
        if real_branch is not None:
232
232
            self._real_branch = real_branch
233
233
        self._format = RemoteBranchFormat()
 
234
        self.base = self.bzrdir.root_transport.base
234
235
 
235
236
    def lock_read(self):
236
237
        return self._real_branch.lock_read()