Dependencies

- Added support for rc.dependency.reminder.
- Modified man page.
This commit is contained in:
Paul Beckingham 2010-09-16 22:09:03 -04:00
parent 975c2bbcb9
commit ec3c1c4def
4 changed files with 13 additions and 3 deletions

View file

@ -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"