mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Code Cleanup
- Consistent scheme for printing project change information: always shows the progress estimation and add a notification that the project has changed if the number of tasks is changed.
This commit is contained in:
parent
7f1d8c3682
commit
1668aef66b
8 changed files with 9 additions and 7 deletions
|
@ -118,7 +118,7 @@ int CmdDuplicate::execute (std::string& output)
|
|||
std::cout << format (STRING_CMD_ADD_FEEDBACK, context.tdb2.next_id ()) + "\n";
|
||||
|
||||
if (context.verbose ("project"))
|
||||
projectChanges[task->get ("project")] = onProjectChange (*task, false);
|
||||
projectChanges[task->get ("project")] = onProjectChange (*task);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue