mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
TW-1572: Implement better urgency inheritance
- Implement recursive urgency inheritance. If this is to be made a default setting, some thought will have to be put into making it more efficient.
This commit is contained in:
parent
8800ad33cf
commit
49f7612704
10 changed files with 118 additions and 26 deletions
|
@ -133,6 +133,10 @@ std::string legacyCheckForDeprecatedVariables ()
|
|||
// Deprecated іn 2.4.0.
|
||||
if (it.first == "alias._query")
|
||||
deprecated.push_back (it.first);
|
||||
|
||||
// Deprecated in 2.4.5.
|
||||
if (it.first == "urgency.inherit.coefficient")
|
||||
deprecated.push_back (it.first);
|
||||
}
|
||||
|
||||
std::stringstream out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue