232
232
result_branch = local_branch.clone(result, revision_id=revision_id)
233
233
if repository_policy is not None:
234
234
repository_policy.configure_branch(result_branch)
237
240
self.open_workingtree().clone(result)
242
245
# TODO: This should be given a Transport, and should chdir up; otherwise