531
531
self.setup_smart_server_with_call_log()
532
532
builder = self.make_branch_builder('source')
533
533
source = fixtures.build_branch_with_non_ancestral_rev(builder)
535
535
source.tags.set_tag('tag-a', 'rev-2')
536
536
source.tags.set_tag('tag-missing', 'missing-rev')
537
537
# Now source has a tag not in its ancestry. Make a branch from it.