68
68
# commit to the master making the child tree out of date and not a prefix.
69
69
master_tree.commit('bar', rev_id='bar', allow_pointless=True)
70
70
self.assertEqual('foo', child_tree.branch.update())
73
73
def test_update_in_checkout_of_readonly(self):
74
74
tree1 = self.make_branch_and_tree('tree1')