[BREAKING] Remove journal.info support

This support will require access to all of the operations ever performed
on a task, which is not currently exposed by TaskChampion (but see #2928)
This commit is contained in:
Dustin J. Mitchell 2022-12-15 02:52:43 +00:00 committed by Dustin J. Mitchell
parent cf711f5eb1
commit ddd367232e
6 changed files with 4 additions and 152 deletions

View file

@ -6,6 +6,9 @@ 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
export EXPFAIL=true
# 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)."` ]]