mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1664: Notify of waiting→pending promotion
- Thanks to Daniel Shahaf.
This commit is contained in:
parent
4a9a515a36
commit
b1839adf97
15 changed files with 25 additions and 5 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue