2634
2634
# Tested with a real WT, because BranchBuilder/MemoryTree don't handle
2636
2636
wt = self.make_branch_and_tree('tree',
2639
2639
self.addCleanup(wt.unlock)
2640
2640
sub_tree = self.make_branch_and_tree('tree/sub-tree',
2642
2642
wt.set_root_id('a-root-id')
2643
2643
sub_tree.set_root_id('sub-tree-root')
2644
2644
self.build_tree_contents([('tree/sub-tree/file', 'text1')])