Rev 629: Use new transport.create_prefix. in file:///home/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Mon May 4 18:15:11 BST 2009


At file:///home/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 629
revision-id: jelmer at samba.org-20090504171509-t8l49wio0s5yh0y6
parent: jelmer at samba.org-20090421220010-9ix3gjr3g68kwwlv
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 19:15:09 +0200
message:
  Use new transport.create_prefix.
modified:
  push.py                        push.py-20060721181724-0mfkrqwpsa09q1t3-4
=== modified file 'push.py'
--- a/push.py	2008-07-22 19:46:47 +0000
+++ b/push.py	2009-05-04 17:15:09 +0000
@@ -25,8 +25,6 @@
 
 from errors import show_bzr_error
 
-# FIXME: This needs to be public JRV 20070714
-from bzrlib.builtins import _create_prefix
 from bzrlib.config import LocationConfig
 import bzrlib.errors as errors
 
@@ -144,7 +142,7 @@
             response = question_dialog(_i18n('Non existing parent directory'),
                          _i18n("The parent directory (%s)\ndoesn't exist. Create?") % location)
             if response == gtk.RESPONSE_OK:
-                _create_prefix(transport)
+                transport.create_prefix()
             else:
                 return
         dir_to = br_from.bzrdir.clone(location_url,




More information about the bazaar-commits mailing list