mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Dependencies
- Added support for rc.dependency.reminder. - Modified man page.
This commit is contained in:
parent
975c2bbcb9
commit
ec3c1c4def
4 changed files with 13 additions and 3 deletions
|
@ -103,6 +103,9 @@ std::string Config::defaults =
|
|||
"journal.time.start.annotation=Started task # Annotation description for the start journal entry\n"
|
||||
"journal.time.stop.annotation=Stopped task # Annotation description for the stop journal entry\n"
|
||||
"\n"
|
||||
"# Dependency controls\n"
|
||||
"dependency.reminder=on # Nags on dependency chain violations\n"
|
||||
"\n"
|
||||
"# Urgency Coefficients\n"
|
||||
"urgency.next.coefficient=10.0 # Urgency coefficients for 'next' special tag\n"
|
||||
"urgency.blocking.coefficient=9.0 # Urgency coefficients for blocking tasks\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue