48
48
tree = self.make_branch_and_tree('tree')
50
50
other_tree = tree.bzrdir.sprout('other').open_workingtree()
52
52
tree.merge_from_branch(other_tree.branch)
53
53
reconfiguration = reconfigure.Reconfigure.to_branch(tree.bzrdir)
54
54
self.assertRaises(errors.UncommittedChanges, reconfiguration.apply)