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