b.t.DisabledTags(_Tags) : class documentation

Part of bzrlib.tag View In Hierarchy

Tag storage that refuses to store anything.

This is used by older formats that can't store tags.

Method merge_to Merge new tags from this tags container into another.
Method rename_revisions Replace revision ids according to a rename map.
Method get_reverse_tag_dict Return a dictionary mapping revision ids to list of tags.
Method _not_supported Undocumented

Inherited from _Tags:

Method __init__ Undocumented
Method get_tag_dict Return a dictionary mapping tags to revision ids.
Method set_tag Set a tag.
Method lookup_tag Look up a tag.
Method delete_tag Delete a tag.
Method has_tag Undocumented
def _not_supported(self, *a, **k):
Undocumented
def merge_to(self, to_tags, overwrite=False, ignore_master=False):
Merge new tags from this tags container into another.
Parametersto_tagsTags container to merge into
overwriteWhether to overwrite existing, divergent, tags.
ignore_masterDo not modify the tags in the target's master branch (if any). Default is false (so the master will be updated). New in bzr 2.3.
ReturnsTuple with tag updates as dictionary and tag conflicts
def rename_revisions(self, rename_map):
Replace revision ids according to a rename map.
Parametersrename_mapDictionary mapping old revision ids to new revision ids.
def get_reverse_tag_dict(self):
Return a dictionary mapping revision ids to list of tags.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.