Dependencies - blocked

- The blocked report now shows the dependencies as well as restricting
  the tasks to those that are blocked.
This commit is contained in:
Paul Beckingham 2010-07-12 20:27:46 -04:00
parent bcd2a79a54
commit 64344d0328

View file

@ -359,7 +359,7 @@ std::string Config::defaults =
"report.blocked.description=Lists all tasks matching the specified criteria\n"
"report.blocked.columns=id,depends,project,priority,due,active,age,description\n"
"report.blocked.labels=ID,Deps,Project,Pri,Due,Active,Age,Description\n"
"report.blocked.sort=due+,depends-,priority-,active-,project+\n"
"report.blocked.sort=due+,priority-,active-,project+\n"
"report.blocked.filter=status:pending depends.any:\n"
"#report.blocked.dateformat=m/d/Y\n"
"\n";