540
540
to_tree.branch.tags.set_tag("mytag", "anotherrevid")
541
541
revid1 = to_tree.commit('my commit')
542
542
out = self.run_bzr(['pull', '-d', 'to', 'from'], retcode=1)
544
544
('No revisions to pull.\nConflicting tags:\n mytag\n', ''))
545
545
out = self.run_bzr(['pull', '-d', 'to', '--overwrite-tags', 'from'])
552
552
def test_pull_tag_overwrite(self):
553
553
"""pulling tags with --overwrite only reports changed tags."""