From 02970b233afb937f7a16d27d47ded056ce082c1e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 20 Jun 2019 18:22:11 +0300 Subject: Add ability to keep/update/remove current tag in bdep-release revision mode Note that previously the default was to update while now it is to keep. --- bdep/ci-types.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/ci-types.hxx') diff --git a/bdep/ci-types.hxx b/bdep/ci-types.hxx index 4b2ab6d..522b730 100644 --- a/bdep/ci-types.hxx +++ b/bdep/ci-types.hxx @@ -14,7 +14,7 @@ namespace bdep // This type is intended for accumulating package manifest override values // from all the override-related options (see ci-parsers.hxx for details). // - class ci_override: public vector + class cmd_ci_override: public vector { }; } -- cgit v1.1