86
86
:param empty_tree: A working tree with no content and no parents to
89
90
return self._convert_tree(empty_tree, converter)
91
92
def _make_abc_tree(self, tree):
92
93
"""setup an abc content tree."""
93
94
files = ['a', 'b/', 'b/c']
95
96
transport=tree.bzrdir.root_transport)
96
98
tree.add(files, ['a-id', 'b-id', 'c-id'])
98
100
def get_tree_no_parents_abc_content(self, tree, converter=None):