mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
[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:
parent
cf711f5eb1
commit
ddd367232e
6 changed files with 4 additions and 152 deletions
|
@ -79,7 +79,7 @@ class TestBug880(TestCase):
|
|||
self.assertEqual("one\\\n", out)
|
||||
|
||||
self.t(r"1 annotate 'two\\'")
|
||||
code, out, err = self.t("long rc.verbose:nothing")
|
||||
code, out, err = self.t("info rc.verbose:nothing")
|
||||
self.assertIn("one\\\n", out)
|
||||
self.assertIn("two\\\n", out)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue