RFR: vcs: add support for pushing single tag

Erik Helin ehelin at openjdk.java.net
Fri Mar 12 14:59:20 UTC 2021


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

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

Commit messages:
 - vcs: add support for pushing single tag

Changes: https://git.openjdk.java.net/skara/pull/1052/files
 Webrev: https://webrevs.openjdk.java.net/?repo=skara&pr=1052&range=00
  Stats: 69 lines in 4 files changed: 69 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/skara/pull/1052.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/1052/head:pull/1052

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


More information about the skara-dev mailing list