From 87d871e77649d439b4d62208576239d1341eedef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Nov 2019 10:16:07 +0200 Subject: Rename config.{import,export} to config.config.{load,save} Also rename the $config.export() function to $config.save(). --- libbuild2/config/operation.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/config/operation.hxx') diff --git a/libbuild2/config/operation.hxx b/libbuild2/config/operation.hxx index 1b4a452..79539b5 100644 --- a/libbuild2/config/operation.hxx +++ b/libbuild2/config/operation.hxx @@ -31,8 +31,8 @@ namespace build2 using project_set = std::set; // Pointers for comparison. // If inherit is false, then don't rely on inheritance from outer scopes - // (used for config.export). In this case the already configured project - // set can be empty. + // (used for config.config.save/$config.save()). In this case the already + // configured project set can be empty. // void save_config (const scope& rs, -- cgit v1.1