75
76
if basis_branch is not None:
76
77
note("basis_branch is not supported for fast weave copy yet.")
77
78
history = _get_truncated_history(branch_from, revision)
80
81
branch_to = Branch.initialize(to_location)
81
82
mutter("copy branch from %s to %s", branch_from, branch_to)