88
88
branch_to = Branch.initialize(to_location)
89
89
mutter("copy branch from %s to %s", branch_from, branch_to)
90
90
branch_to.working_tree().set_root_id(branch_from.get_root_id())
92
91
_copy_control_weaves(branch_from, branch_to)
93
92
_copy_text_weaves(branch_from, branch_to)
94
93
_copy_revision_store(branch_from, branch_to)
95
97
build_working_dir(to_location)