- Added feature #725, which provides feedback when tasks become unblocked.
- Added unit tests.
This commit is contained in:
Paul Beckingham
2012-02-26 13:08:40 -05:00
parent 56f0281ab1
commit 9d74b55d48
7 changed files with 56 additions and 6 deletions

View File

@@ -95,6 +95,8 @@ int CmdDone::execute (std::string& output)
context.tdb2.modify (*task);
++count;
feedback_affected (STRING_CMD_DONE_TASK, *task);
feedback_unblocked (*task);
context.tdb2.modify (*task);
if (!nagged)
nagged = nag (*task);
dependencyChainOnComplete (*task);