61
63
self.assertFalse(b._transport.has('branch-name'))
62
64
b.bzrdir.open_workingtree().commit(message='foo', allow_pointless=True)
64
77
def test_branch_switch_no_branch(self):
65
78
# No branch in the current directory:
66
79
# => new branch will be created, but switch fails