84
78
'Unable to connect to current master branch .*'
85
79
'To switch anyway, use --force.')
86
80
switch.switch(checkout.bzrdir, to_branch, force=True)
91
85
def test_switch_when_pending_merges(self):
92
86
"""Test graceful failure if pending merges are outstanding."""