aboutsummaryrefslogtreecommitdiff
path: root/bdep/new-types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new-types.hxx')
-rw-r--r--bdep/new-types.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bdep/new-types.hxx b/bdep/new-types.hxx
index d1ef18f..a8d733e 100644
--- a/bdep/new-types.hxx
+++ b/bdep/new-types.hxx
@@ -127,6 +127,9 @@ namespace bdep
operator vcs_type () const {return vcs;}
+ cmd_new_vcs_template&
+ operator= (vcs_type v) {vcs = v; return *this;}
+
GIT git_opt;
NONE none_opt;