1899
1899
def test_build_with_references(self):
1900
1900
tree = self.make_branch_and_tree('source',
1902
1902
subtree = self.make_branch_and_tree('source/subtree',
1904
1904
tree.add_reference(subtree)
1905
1905
tree.commit('a revision')
1906
1906
tree.branch.create_checkout('target')