mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
Support importing Taskwarrior v2.x data files (#3724)
This should ease the pain of upgrading from v2.x to v3.x.
This commit is contained in:
parent
758ac8f850
commit
cc505e4881
11 changed files with 525 additions and 1 deletions
|
@ -14,6 +14,7 @@ add_library (task STATIC CLI2.cpp CLI2.h
|
|||
Hooks.cpp Hooks.h
|
||||
Lexer.cpp Lexer.h
|
||||
Operation.cpp Operation.h
|
||||
TF2.cpp TF2.h
|
||||
TDB2.cpp TDB2.h
|
||||
Task.cpp Task.h
|
||||
Variant.cpp Variant.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue