183
183
# Use switch to change it to 'anotherbranch'
184
184
repo = self.make_repository('branch-1', format='development-colo')
185
185
target_branch = repo.bzrdir.create_branch(name='foo')
188
187
tree = repo.bzrdir.create_workingtree()
189
188
self.build_tree(['branch-1/file-1', 'branch-1/file-2'])