168
168
tree_a.commit('change n in A')
170
170
# Merging from A should introduce conflicts because 'n' was modified
172
172
num_conflicts = tree_b.merge_from_branch(tree_a.branch)
173
173
self.assertEqual(3, num_conflicts)
174
174
paths = [(path, ie.file_id)