334
334
builder = self.make_branch_builder('source')
335
335
source = fixtures.build_branch_with_non_ancestral_rev(builder)
336
336
source.tags.set_tag('tag-a', 'rev-2')
342
338
# Now source has a tag not in its ancestry. Make a branch from it.
343
339
self.run_bzr('branch source new-branch')
344
340
new_branch = branch.Branch.open('new-branch')