/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to push.py

  • Committer: Markus Korn
  • Date: 2009-03-05 16:50:39 UTC
  • mto: (635.2.4 trunk)
  • mto: This revision was merged to the branch mainline in revision 639.
  • Revision ID: thekorn@gmx.de-20090305165039-h6xh48wr9lwe1661
* register BranchSelectionBox() as a gobject type to fix (LP: #294396)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
from errors import show_bzr_error
27
27
 
 
28
# FIXME: This needs to be public JRV 20070714
 
29
from bzrlib.builtins import _create_prefix
28
30
from bzrlib.config import LocationConfig
29
31
import bzrlib.errors as errors
30
32
 
142
144
            response = question_dialog(_i18n('Non existing parent directory'),
143
145
                         _i18n("The parent directory (%s)\ndoesn't exist. Create?") % location)
144
146
            if response == gtk.RESPONSE_OK:
145
 
                transport.create_prefix()
 
147
                _create_prefix(transport)
146
148
            else:
147
149
                return
148
150
        dir_to = br_from.bzrdir.clone(location_url,