1902
1902
def test_build_with_references(self):
1903
1903
tree = self.make_branch_and_tree('source',
1905
1905
subtree = self.make_branch_and_tree('source/subtree',
1907
1907
tree.add_reference(subtree)
1908
1908
tree.commit('a revision')
1909
1909
tree.branch.create_checkout('target')