83
83
self.run_bzr('add checkout/file')
84
84
self.run_bzr('commit -m add-file checkout')
85
85
# now branch should be out of date
87
87
self.assertEqual('', out)
88
88
self.assertEqualDiff("""+N file
89
89
All changes applied successfully.
90
90
Updated to revision 1 of branch %s
91
91
""" % osutils.pathjoin(self.test_dir, 'branch',),
95
95
def test_update_out_of_date_light_checkout(self):
96
96
self.make_branch_and_tree('branch')