mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
feedback: Replace taskDiff method by Task inequality operator
This commit is contained in:
parent
efab724802
commit
4042cbf964
5 changed files with 4 additions and 34 deletions
|
@ -124,7 +124,7 @@ int CmdDenotate::execute (std::string& output)
|
|||
}
|
||||
}
|
||||
|
||||
if (taskDiff (before, task))
|
||||
if (before != task)
|
||||
{
|
||||
std::string question = format (STRING_CMD_DENO_CONFIRM,
|
||||
task.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue