137
137
merge_inner(tree_b.branch, tree_a, tree_b.basis_tree(),
138
138
this_tree=tree_b, ignore_zero=True)
140
140
self.failUnless('All changes applied successfully.\n' not in log)
142
142
merge_inner(tree_b.branch, tree_a, tree_b.basis_tree(),
143
143
this_tree=tree_b, ignore_zero=False)
145
145
self.failUnless('All changes applied successfully.\n' in log)
147
147
def test_merge_inner_conflicts(self):