- New 'modified' attribute, which contains the most recent modification date,
  if a modification has occurred.
This commit is contained in:
Paul Beckingham 2012-09-27 00:56:41 -04:00
parent 8d8bd653fa
commit bb167b2275
12 changed files with 139 additions and 4 deletions

View file

@ -121,7 +121,11 @@ Shows all tasks matching the filter, including parents of recurring tasks.
.TP
.B task <filter> blocked
Shows all tasks matching the filter, that have dependencies on other tasks.
Shows all tasks matching the filter, that are currently blocked by other tasks.
.TP
.B task <filter> blocking
Shows all tasks matching the filter, that block other tasks.
.TP
.B task <filter> burndown.daily
@ -281,7 +285,8 @@ Shows all recurring tasks matching the filter.
.TP
.B task <filter> unblocked
Shows all tasks that do not have dependencies, matching the filter.
Shows all tasks that are not currently blocked by other tasks, matching the
filter.
.TP
.B task <filter> waiting