- The bash completion script no longer expands IDs after 'depends:'.
  (Such expansion required running gc() which is not correct.)
- The unit tests for expanding 'depends:' were commented out (and not
  removed) in the case that someday we implement a command to list IDs
  without running gc().
- Unit tests to check that gc() is not run after 'depends:' were added.
This commit is contained in:
Scott Kostyshak
2013-02-18 06:24:47 -05:00
committed by Paul Beckingham
parent c87ce366a9
commit c68b2a149f
4 changed files with 40 additions and 38 deletions

3
NEWS
View File

@@ -24,7 +24,8 @@ New configuration options in taskwarrior 2.2.0
Newly deprecated features in taskwarrior 2.2.0
-
- The bash completion script no longer expands IDs after 'depends:'.
(Such expansion required running gc() which is not correct.)
---