96
96
made_control.create_branch()
97
97
return self.workingtree_format.initialize(made_control)
99
102
def _convert_tree(self, tree, converter=None):
100
103
"""helper to convert using the converter or a supplied one."""
101
104
# convert that to the final shape
103
106
converter = self.workingtree_to_test_tree
106
109
def get_tree_no_parents_no_content(self, empty_tree, converter=None):
107
110
"""Make a tree with no parents and no contents from empty_tree.