Fixed repository active tags parsing
FossilOrigin-Name: 581579c7dac57d016b878c707814491bb0cbe4f6
This commit is contained in:
@@ -29,6 +29,7 @@ RepoStatus Fossil::getRepoStatus()
|
||||
|
||||
bool run_ok = exit_code == EXIT_SUCCESS;
|
||||
|
||||
activeTags.clear();
|
||||
for(QStringList::iterator it=res.begin(); it!=res.end(); ++it)
|
||||
{
|
||||
int col_index = it->indexOf(':');
|
||||
@@ -48,7 +49,6 @@ RepoStatus Fossil::getRepoStatus()
|
||||
|
||||
if(run_ok)
|
||||
{
|
||||
activeTags.clear();
|
||||
if(key=="project-name")
|
||||
projectName = value;
|
||||
else if(key=="repository")
|
||||
|
Reference in New Issue
Block a user