Fixed repository active tags parsing
FossilOrigin-Name: 581579c7dac57d016b878c707814491bb0cbe4f6
This commit is contained in:
parent
925ab25ff5
commit
9b26352141
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Added\smore\smessageboxes\sfor\sfailed\sfossil\soperations
|
||||
D 2015-08-17T08:29:14.007
|
||||
C Fixed\srepository\sactive\stags\sparsing\n
|
||||
D 2015-08-17T08:36:30.844
|
||||
F .travis.yml 77966888a81c4ceee1fcc79bce842c9667ad8a35
|
||||
F debian/changelog eb4304dfcb6bb66850ec740838090eb50ce1249b
|
||||
F debian/compat b6abd567fa79cbe0196d093a067271361dc6ca8b
|
||||
@ -225,7 +225,7 @@ F src/FileActionDialog.cpp fcaebf9986f789b3440d5390b3458ad5f86fe0c8
|
||||
F src/FileActionDialog.h 15db1650b3a13d70bc338371e4c033c66e3b79ce
|
||||
F src/FileTableView.cpp 5ddf8c391c9a3ac449ec61fb1db837b577afeec2
|
||||
F src/FileTableView.h 03e56d87c2d46411b9762b87f4d301619aaf18df
|
||||
F src/Fossil.cpp 7a4f57b2ca9112010406e52cdd18de613c673679
|
||||
F src/Fossil.cpp e3451ddd8f19f1b6f2d446d9390b336e493da197
|
||||
F src/Fossil.h 7acbd4a9d43f6a11c183dbffd73b71d54a4c5108
|
||||
F src/FslSettingsDialog.cpp e00907d493fba469e48a008aecda88426350b5ac
|
||||
F src/FslSettingsDialog.h dfe2a61884a55a74cbb9206b6f6b482b979725e7
|
||||
@ -260,7 +260,7 @@ F ui/MainWindow.ui f9774e6dddb9462d8072bffd6c511bee7f470b9d
|
||||
F ui/RemoteDialog.ui 95a4750d972ed8c49bb10b95db91ff16cfe2dd0b
|
||||
F ui/RevisionDialog.ui 27c3b98c665fec014a50cbf3352c0627f75e68cd
|
||||
F ui/SettingsDialog.ui 47b9a31e28ad523f14a1c4cd361270b6babbdf7d
|
||||
P 4a23244f2aa93ec132a74c5b3a7c04d467596963
|
||||
R 22051361a24d2af1d4bfda8b2c0ad21b
|
||||
P 2193c91c253a1de2657a19df0aa9a8b6604c7006
|
||||
R 903c9dc343a076b5eb8187b3aaf1e4b6
|
||||
U Kostas
|
||||
Z 3381705577434562ff9ce5a56a9f21b3
|
||||
Z 130e0f7c035ae708bf2ddc9aae617e27
|
||||
|
@ -1 +1 @@
|
||||
2193c91c253a1de2657a19df0aa9a8b6604c7006
|
||||
581579c7dac57d016b878c707814491bb0cbe4f6
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user