From: Tomas Babej Date: Thu, 15 Jan 2015 21:08:13 +0000 (+0100) Subject: Task: Make modified property non-private X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/b7186a04cfecae9de25444ac9137f01f11d64db9?ds=inline;hp=b7186a04cfecae9de25444ac9137f01f11d64db9 Task: Make modified property non-private This is actually useful to have open to public. For modify hooks, you get two lines of input(original and modified version), so it's quite useful to have a convenient way of checking whether the task you got is modified or not. ---