191
190
wt.branch.fetch(tree2.branch)
192
191
wt.set_pending_merges(['b4'])
198
196
out, err = self.run_bzr('uncommit', '--force', '-r', '2')
198
self.assertEqual(['a2', 'b3', 'b4'], wt.get_parent_ids())
203
200
def test_uncommit_octopus_merge(self):
204
201
# Check that uncommit keeps the pending merges in the same order