6068
6068
if '/' not in to_location and '\\' not in to_location:
6069
6069
# This path is meant to be relative to the existing branch
6070
6070
this_url = self._get_branch_location(control_dir)
6072
6084
to_branch = branch.bzrdir.sprout(to_location,
6073
6085
possible_transports=[branch.bzrdir.root_transport],
6074
6086
source_branch=branch).open_branch()