- Fixed bug #950, which warned about dependency chain problems during
  annotation, which makes no sense (thanks to Uli Martens).
This commit is contained in:
Paul Beckingham 2012-03-14 00:32:45 -04:00
parent 948bbe8745
commit 2c90bca134
2 changed files with 2 additions and 1 deletions

View file

@ -283,6 +283,8 @@
+ Fixed bug #946, which caused 'edit' command problems when + Fixed bug #946, which caused 'edit' command problems when
'dateformat.annotation' did not contain any date elements (thanks to Tuomas 'dateformat.annotation' did not contain any date elements (thanks to Tuomas
Toivola). Toivola).
+ Fixed bug #950, which warned about dependency chain problems during
annotation, which makes no sense (thanks to Uli Martens).
+ Fixed bug #951, which caused tag filtering to fail (thanks to Max Muller). + Fixed bug #951, which caused tag filtering to fail (thanks to Max Muller).
+ Fixed bug #952, which generated cmake warnings on Cygwin. + Fixed bug #952, which generated cmake warnings on Cygwin.

View file

@ -84,7 +84,6 @@ int CmdAnnotate::execute (std::string& output)
context.tdb2.modify (*task); context.tdb2.modify (*task);
++count; ++count;
feedback_affected (STRING_CMD_ANNO_TASK, *task); feedback_affected (STRING_CMD_ANNO_TASK, *task);
dependencyChainOnComplete (*task);
context.footnote (onProjectChange (*task, true)); context.footnote (onProjectChange (*task, true));
// Annotate siblings. // Annotate siblings.