88
88
branch_to = Branch.initialize(to_location)
89
89
mutter("copy branch from %s to %s", branch_from, branch_to)
91
91
branch_to.append_revision(*history)
92
92
_copy_control_weaves(branch_from, branch_to)
93
93
_copy_text_weaves(branch_from, branch_to)