647
647
return get_bug_tags("BugTask.distribution = %s" % sqlvalues(self))
649
def getUsedBugTagsWithOpenCounts(self, user, tag_limit=0, include_tags=None):
651
653
return get_bug_tags_open_count(
654
658
def getMirrorByName(self, name):
655
659
"""See `IDistribution`."""