97
97
:param overwrite: Whether to overwrite existing, divergent, tags.
98
98
:param ignore_master: Do not modify the tags in the target's master
99
99
branch (if any). Default is false (so the master will be updated).
101
100
:return: Tuple with tag updates as dictionary and tag conflicts
103
102
raise NotImplementedError(self.merge_to)