Integrated: vcs: add support for pushing single tag

Erik Helin ehelin at openjdk.java.net
Mon Mar 15 09:03:53 UTC 2021


On Fri, 12 Mar 2021 14:56:31 GMT, Erik Helin <ehelin at openjdk.org> wrote:

> Hi all,
> 
> please review this patch that adds support to `Repository` for pushing a single tag. This is a bit hard to test with `HgRepository` given that tags in Mercurial are just commits, so I only added a test case for `GitRepository`.
> 
> Thanks,
> Erik

This pull request has now been integrated.

Changeset: d93932e0
Author:    Erik Helin <ehelin at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/d93932e0
Stats:     69 lines in 4 files changed: 69 ins; 0 del; 0 mod

vcs: add support for pushing single tag

Reviewed-by: rwestberg, ihse

-------------

PR: https://git.openjdk.java.net/skara/pull/1052


More information about the skara-dev mailing list