Virtual Tag

- Added 'ANNOTATED' virtual tag.  This fell out of a change mandated by #1218.
This commit is contained in:
Paul Beckingham 2013-04-01 15:15:10 -04:00
parent 6824fb1527
commit 1de2f9e6f1
4 changed files with 34 additions and 22 deletions

View file

@ -580,6 +580,7 @@ are:
CHILD Matches if the task has a parent
UNTIL Matches if the task expires
WAITING Matches if the task is waiting
ANNOTATED Matches if the task has annotations
You can use +BLOCKED to filter blocked tasks, or -BLOCKED for unblocked tasks.
Similarly, -BLOCKED is equivalent to +UNBLOCKED.