Verbosity

- Added 'affected' verbosity token.
- Deprecated 'rc.echo.command'.
- Updated config defaults.
- Labelled all deprecated 'echo.command' references with '// Deprecated 2.0'
- Added unit tests to start the verbosity testing.  Not complete.
- Updated taskrc.5 man page.
This commit is contained in:
Paul Beckingham
2011-10-01 11:16:12 -04:00
parent de481a7eba
commit 78f91ffa91
19 changed files with 109 additions and 30 deletions

1
NEWS
View File

@@ -70,6 +70,7 @@ Newly deprecated features in taskwarrior 2.0.0
- The 'next' configuration variable has been removed.
- Use of 'fg:' and 'bg:' attributes are deprecated.
- Use of 'echo.command' configuration variable.
---