mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Recurrence: Added list of upgrade steps
This commit is contained in:
parent
97b038ce29
commit
a4fdb988ff
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ static Task upgradeTask (const Task&)
|
|||
{
|
||||
Task upgraded;
|
||||
|
||||
// TODO Convert 'mask' to 'last' <-- length (mask)
|
||||
// TODO Convert 'parent' to 'template'.
|
||||
// TODO Convert 'imask' to 'index'.
|
||||
// TODO Add 'rtype:periodic'.
|
||||
return upgraded;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue