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:
@@ -435,7 +435,7 @@ void feedback_backlog ()
|
|||||||
std::vector <std::string>::iterator line;
|
std::vector <std::string>::iterator line;
|
||||||
for (line = lines.begin (); line != lines.end (); ++line)
|
for (line = lines.begin (); line != lines.end (); ++line)
|
||||||
{
|
{
|
||||||
if ((*line)[0] == '[')
|
if ((*line)[0] == '{')
|
||||||
{
|
{
|
||||||
context.footnote ("There are local changes. Sync required.");
|
context.footnote ("There are local changes. Sync required.");
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user