mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Sync Feedback
- Added a detailed sync summary message, indicating what happened. - Improved and localized the feedback messages for the sync command. - Added color to the add/modify feedback, matching the merge command. - Enabled the sync timer for debugging output.
This commit is contained in:
parent
8fa7d135db
commit
47d94f370e
4 changed files with 71 additions and 36 deletions
|
@ -276,7 +276,7 @@ int Context::run ()
|
|||
|
||||
<< " init:" << timer_init.total ()
|
||||
<< " load:" << timer_load.total ()
|
||||
<< " synch:" << timer_synch.total ()
|
||||
<< " synch:" << timer_sync.total ()
|
||||
<< " gc:" << timer_gc.total ()
|
||||
<< " filter:" << timer_filter.total ()
|
||||
<< " commit:" << timer_commit.total ()
|
||||
|
@ -284,7 +284,7 @@ int Context::run ()
|
|||
<< " render:" << timer_render.total ()
|
||||
<< " total:" << (timer_init.total () +
|
||||
timer_load.total () +
|
||||
timer_synch.total () +
|
||||
timer_sync.total () +
|
||||
timer_gc.total () +
|
||||
timer_filter.total () +
|
||||
timer_commit.total () +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue