253
253
revid1 = tree.commit('rev1')
254
254
self.run_bzr(['switch', '-b', 'anotherbranch'], working_dir='branch-1')
255
255
bzrdir = ControlDir.open("branch-1")
257
257
set([b.name for b in bzrdir.list_branches()]),
258
258
set(["foo", "anotherbranch"]))
262
262
def test_switch_new_colocated_unicode(self):
263
263
# Create a branch branch-1 that initially is a checkout of 'foo'