68
68
# when up to date we should get a message to that effect
69
69
(out, err) = self.run_bzr('upgrade current_format_branch', retcode=3)
70
70
self.assertEqual("", out)
75
75
def test_upgrade_up_to_date_checkout_warns_branch_left_alone(self):
76
76
# when upgrading a checkout, the branch location and a suggestion
79
79
(out, err) = self.run_bzr('upgrade current_format_checkout', retcode=3)
80
80
self.assertEqual("This is a checkout. The branch (%s) needs to be "
82
82
% get_transport(self.get_url('current_format_branch')).base,
88
88
def test_upgrade_checkout(self):