27
24
a_wt = self.make_branch_and_tree('A')
28
25
self.build_tree_contents([('A/foo', '1111\n')])
33
30
self.build_tree_contents([('B/foo', '1111\n22\n')])
36
33
self.build_tree_contents([('A/foo', '000\n1111\n')])
39
36
a_wt.merge_from_branch(b_wt.branch, b_wt.last_revision(),
40
37
b_wt.branch.get_rev_id(1))
44
41
def _check_ancestry(self, location='', result=None):