mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +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
|
@ -194,7 +194,6 @@ int CmdShow::execute (std::string& output)
|
|||
" urgency.annotations.coefficient"
|
||||
" urgency.blocked.coefficient"
|
||||
" urgency.blocking.coefficient"
|
||||
" urgency.inherit.coefficient"
|
||||
" urgency.due.coefficient"
|
||||
" urgency.next.coefficient"
|
||||
" urgency.project.coefficient"
|
||||
|
@ -202,6 +201,7 @@ int CmdShow::execute (std::string& output)
|
|||
" urgency.waiting.coefficient"
|
||||
" urgency.age.coefficient"
|
||||
" urgency.age.max"
|
||||
" urgency.inherit"
|
||||
" verbose"
|
||||
" weekstart"
|
||||
" xterm.title"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue