aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-29 12:43:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-29 12:43:29 +0200
commit4e8c11d66d01617626de96e6b441a9568a0b86a2 (patch)
treefc961d97eb9f6a6ee5b3bbf6cb218c42c901d78e /bdep/sync.cxx
parent9defb02d42361b28d5ec345b5f65a8f2790fb2aa (diff)
Update diagnostics
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index 526ac4a..4bf190c 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -110,17 +110,13 @@ namespace bdep
}
}
- // @@ TODO: right now it is silent. Can we print a plan without the
- // prompts? Probably also a good idea even if from build system
- // hook... Issue: drop dependents has no "drop " prefix. Also indented
- // stuff out of nowhere will look odd. -- Need custom prompt.
- //
run_bpkg (co,
"build",
"-d", c->path,
"--no-fetch",
"--configure-only",
"--keep-out",
+ "--plan", "synchronizing:",
(yes ? "--yes" : nullptr),
args);
}
@@ -212,7 +208,7 @@ namespace bdep
if (verb && cfgs.size () > 1)
{
text << (first ? "" : "\n")
- << "synchronizing with configuration " << *c;
+ << "in configuration " << *c << ':';
first = false;
}