mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 11:27:19 +02:00
Bug
- Fixed problem where 'project' was not supported as a verbosity token (thanks to Adam Gibbins).
This commit is contained in:
parent
deb12102f6
commit
80d6655709
17 changed files with 35 additions and 17 deletions
|
@ -84,7 +84,8 @@ int CmdAnnotate::execute (std::string& output)
|
|||
context.tdb2.modify (*task);
|
||||
++count;
|
||||
feedback_affected (STRING_CMD_ANNO_TASK, *task);
|
||||
context.footnote (onProjectChange (*task, true));
|
||||
if (context.verbose ("project"))
|
||||
context.footnote (onProjectChange (*task, true));
|
||||
|
||||
// Annotate siblings.
|
||||
if (task->has ("parent"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue