mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feedback
- Restored 'sync needed' feedback for when backlog contains data, and the 'sync' verbosity token is present (which it is by default).
This commit is contained in:
parent
6aa5e0824d
commit
16c5314cfa
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ void feedback_backlog ()
|
|||
std::vector <std::string>::iterator line;
|
||||
for (line = lines.begin (); line != lines.end (); ++line)
|
||||
{
|
||||
if ((*line)[0] == '[')
|
||||
if ((*line)[0] == '{')
|
||||
{
|
||||
context.footnote ("There are local changes. Sync required.");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue