Rev 2122: Give RemoteBranch a base url in line with the Branch protocol. in file:///home/robertc/source/baz/hpss/

Robert Collins robertc at robertcollins.net
Fri Feb 2 06:16:05 GMT 2007


------------------------------------------------------------
revno: 2122
revision-id: robertc at robertcollins.net-20070202061527-ep28ktwh0th06gbo
parent: andrew.bennetts at canonical.com-20070202053106-j1n21t61x5wdxu64
committer: Robert Collins <robertc at robertcollins.net>
branch nick: hpss
timestamp: Fri 2007-02-02 17:15:27 +1100
message:
  Give RemoteBranch a base url in line with the Branch protocol.
modified:
  bzrlib/remote.py               remote.py-20060720103555-yeeg2x51vn0rbtdp-1
=== modified file 'bzrlib/remote.py'
--- a/bzrlib/remote.py	2007-02-01 18:09:00 +0000
+++ b/bzrlib/remote.py	2007-02-02 06:15:27 +0000
@@ -231,6 +231,7 @@
         if real_branch is not None:
             self._real_branch = real_branch
         self._format = RemoteBranchFormat()
+        self.base = self.bzrdir.root_transport.base
 
     def lock_read(self):
         return self._real_branch.lock_read()



More information about the bazaar-commits mailing list