195
189
:param to_tags: Branch to receive these tags
196
190
:param overwrite: Overwrite conflicting tags in the target branch
199
193
(tagname, source_target, dest_target), or None if no copying was
202
196
if self.branch == to_tags.branch:
205
199
# obviously nothing to copy
207
201
source_dict = self.get_tag_dict()