/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tag.py

Drop old 'New in' annotations for API documentation.

Merged from https://code.launchpad.net/~jelmer/brz/drop-new-in/+merge/379370

Show diffs side-by-side

added added

removed removed

Lines of Context:
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).
100
 
            New in bzr 2.3.
101
100
        :return: Tuple with tag updates as dictionary and tag conflicts
102
101
        """
103
102
        raise NotImplementedError(self.merge_to)
277
276
        :param overwrite: Overwrite conflicting tags in the target branch
278
277
        :param ignore_master: Do not modify the tags in the target's master
279
278
            branch (if any).  Default is false (so the master will be updated).
280
 
            New in bzr 2.3.
281
279
 
282
280
        :returns: Tuple with tag_updates and tag_conflicts.
283
281
            tag_updates is a dictionary with new tags, None is used for