~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

Merge hpss-call-counts branch.

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.bzrdir.root_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(