/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Jelmer Vernooij
  • Date: 2011-11-27 16:55:11 UTC
  • mto: This revision was merged to the branch mainline in revision 6311.
  • Revision ID: jelmer@samba.org-20111127165511-2h20hkri53u4sbok
Only make a single connection.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1350
1350
                                            force_new_repo=standalone,
1351
1351
                                            create_tree_if_local=not no_tree,
1352
1352
                                            source_branch=br_from)
1353
 
                branch = to_dir.open_branch()
 
1353
                branch = to_dir.open_branch(
 
1354
                    possible_transports=[
 
1355
                        br_from.control_transport, to_transport])
1354
1356
            except errors.NoSuchRevision:
1355
1357
                to_transport.delete_tree('.')
1356
1358
                msg = gettext("The branch {0} has no revision {1}.").format(