mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-05 14:07:21 +02:00
Restore support for task info
journal (#3671)
This support was removed before Taskwarrior-3.x, and is now restored,
including the original tests removed in
ddd367232e
This commit is contained in:
parent
7da23aee1c
commit
c9967c20e2
13 changed files with 438 additions and 101 deletions
|
@ -6,7 +6,6 @@ task add Something I did yesterday
|
|||
task 1 mod start:yesterday+18h
|
||||
task 1 done end:yesterday+20h
|
||||
|
||||
# this does not work without journal.info
|
||||
# Check that 2 hour interval is reported by task info
|
||||
#task info | grep -F "Start deleted"
|
||||
#[[ ! -z `task info | grep -F "Start deleted (duration: 2:00:00)."` ]]
|
||||
task info | grep -F "Start deleted"
|
||||
[[ ! -z `task info | grep -F "Start deleted (duration: 2:00:00)."` ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue