Code Cleanup
- Consistent scheme for printing project change information: always shows the progress estimation and add a notification that the project has changed if the number of tasks is changed.
This commit is contained in:
committed by
Paul Beckingham
parent
7f1d8c3682
commit
1668aef66b
@@ -85,7 +85,7 @@ int CmdAnnotate::execute (std::string& output)
|
||||
++count;
|
||||
feedback_affected (STRING_CMD_ANNO_TASK, *task);
|
||||
if (context.verbose ("project"))
|
||||
context.footnote (onProjectChange (*task, true));
|
||||
context.footnote (onProjectChange (*task, false));
|
||||
|
||||
// Annotate siblings.
|
||||
if (task->has ("parent"))
|
||||
|
||||
Reference in New Issue
Block a user