From 16b04bcb5f8a84409ae1a864882d768acac9a680 Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Thu, 2 Mar 2023 19:52:57 +0100 Subject: just-mr: change wording in info message When asked to setup, report the number of repositories as repositories to "set up", not to "check out". Typically, we're not creating a checkout of that repository in the sense that some directory would contain the file strucutre of that repository in the file system. Typically, fetch into our big git repo, or create an artifical commit there to keep the resulting git tree there. --- src/other_tools/just_mr/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp index 5f5053e1..7157034d 100644 --- a/src/other_tools/just_mr/main.cpp +++ b/src/other_tools/just_mr/main.cpp @@ -1110,7 +1110,7 @@ void DefaultReachableRepositories( // report progress auto nr = repos_to_report->size(); Logger::Log(LogLevel::Info, - "Found {} {} to check out", + "Found {} {} to set up", nr, nr == 1 ? "repository" : "repositories"); -- cgit v1.2.3