mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
compare Tasks directly, not their properties
This commit is contained in:
parent
ac24ec1387
commit
e768e2c100
4 changed files with 9 additions and 2 deletions
|
@ -198,7 +198,7 @@ void CmdImport::importSingleTask (json::object* obj)
|
|||
if (hasGeneratedEnd)
|
||||
task.set ("end", before.get ("end"));
|
||||
|
||||
if (before.data_removeme() != task.data_removeme())
|
||||
if (before != task)
|
||||
{
|
||||
CmdModify modHelper;
|
||||
modHelper.checkConsistency (before, task);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue