TW-1664: Notify of waiting→pending promotion

- Thanks to Daniel Shahaf.
This commit is contained in:
Paul Beckingham 2015-08-23 16:59:22 -04:00
parent 4a9a515a36
commit b1839adf97
15 changed files with 25 additions and 5 deletions

View file

@ -539,7 +539,8 @@ bool Context::verbose (const std::string& token)
v != "special" && //
v != "project" && //
v != "sync" && //
v != "filter") //
v != "filter" && //
v != "unwait") //
{
// This list emulates rc.verbose=off in version 1.9.4.
verbosity = {"blank", "label", "new-id", "edit"};
@ -550,7 +551,7 @@ bool Context::verbose (const std::string& token)
if (! verbosity.count ("footnote"))
{
// TODO: Some of these may not use footnotes yet. They should.
for (auto flag : {"affected", "new-id", "new-uuid", "project"})
for (auto flag : {"affected", "new-id", "new-uuid", "project", "unwait"})
{
if (verbosity.count (flag))
{