mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #950
- Fixed bug #950, which warned about dependency chain problems during annotation, which makes no sense (thanks to Uli Martens).
This commit is contained in:
parent
948bbe8745
commit
2c90bca134
2 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,6 @@ int CmdAnnotate::execute (std::string& output)
|
|||
context.tdb2.modify (*task);
|
||||
++count;
|
||||
feedback_affected (STRING_CMD_ANNO_TASK, *task);
|
||||
dependencyChainOnComplete (*task);
|
||||
context.footnote (onProjectChange (*task, true));
|
||||
|
||||
// Annotate siblings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue