Deprecated Feature

- Deprecated '_query' alias.
This commit is contained in:
Paul Beckingham
2014-01-26 13:34:04 -05:00
parent 38c460d713
commit 2036ebf03e
4 changed files with 7 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ std::string Config::_defaults =
"alias.rm=delete # Alias for the delete command\n"
"alias.history=history.monthly # Prefer monthly over annual history reports\n"
"alias.ghistory=ghistory.monthly # Prefer monthly graphical over annual history reports\n"
"alias._query=export # _query is now export\n"
"alias._query=export # _query is now export\n" // DEPRECATED in 2.4.0
"alias.burndown=burndown.weekly # Prefer the weekly burndown chart\n"
"alias.shell=exec tasksh # Alias old shell command to new shell\n"
"\n"