Skip to content
Snippets Groups Projects
Commit 33027248 authored by Sushil Khanchi's avatar Sushil Khanchi :koala:
Browse files

hgitaly: add a new tag module

This module will include logic to provide tag messages etc.
parent 7825274a
No related branches found
No related tags found
1 merge request!4khanchi hgitaly patch1
# Copyright 2020 Sushil Khanchi <sushilkhanchi97@gmail.com>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
#
# SPDX-License-Identifier: GPL-2.0-or-later
from heptapod.gitlab.tag import (
gitlab_tag_ref,
)
def iter_gitlab_tags_as_refs(tags):
"""Iterate on given tags, yielding full Git refs."""
for tag in tags:
yield gitlab_tag_ref(tag)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment