Rev 891: Specify urls to transports rather than localpaths. in file:///data/jelmer/bzr-svn/0.4.8/

Jelmer Vernooij jelmer at samba.org
Tue Mar 11 17:16:33 GMT 2008


At file:///data/jelmer/bzr-svn/0.4.8/

------------------------------------------------------------
revno: 891
revision-id:jelmer at samba.org-20080311171632-1gh5qehxd5sp2a40
parent: jelmer at samba.org-20080311171616-deli6y8cyyjeyqme
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4.8
timestamp: Tue 2008-03-11 18:16:32 +0100
message:
  Specify urls to transports rather than localpaths.
modified:
  workingtree.py                 workingtree.py-20060306120941-b083cb0fdd4a69de
=== modified file 'workingtree.py'
--- a/workingtree.py	2008-03-11 17:07:30 +0000
+++ b/workingtree.py	2008-03-11 17:16:32 +0000
@@ -99,7 +99,7 @@
             os.makedirs(os.path.join(self.controldir, 'lock'))
         except OSError:
             pass
-        control_transport = bzrdir.transport.clone(os.path.join(
+        control_transport = bzrdir.transport.clone(urlutils.join(
                                                    svn.wc.get_adm_dir(), 'bzr'))
         self._control_files = LockableFiles(control_transport, 'lock', LockDir)
 




More information about the bazaar-commits mailing list