- Allow UUIDs and IDs range when modifying task dependencies.
- Update man page.
- Add unit tests.
- Fatorize code when adding and removing dependencies in Task.cpp.
This commit is contained in:
Louis-Claude Canon
2012-05-05 10:22:05 +02:00
committed by Paul Beckingham
parent 5ffb65b5ac
commit 1364202d30
5 changed files with 72 additions and 32 deletions

View File

@@ -566,7 +566,9 @@ Date until task becomes pending.
.B depends:<id1,id2 ...>
Declares this task to be dependent on id1 and id2. This means that the tasks
id1 and id2 should be completed before this task. Consequently, this task will
then show up on the 'blocked' report.
then show up on the 'blocked' report. It accepts a comma-separated list of ID
numbers, UUID numbers and ID ranges. When prefixing any element of this list
by '-', the specified tasks are removed from the dependency list.
.TP
.B entry:<entry-date>