Support for deleting tags

When parsing tags, also keep track of the checkin uuid
Fixed key-value parsing
Prevent apply stash when nothing is selected

FossilOrigin-Name: 72ac541c4c28f83c94c371f2d81e116b8f3cf261
This commit is contained in:
kostas
2015-05-03 10:05:46 +00:00
parent 8e21224a5e
commit 9777e1e2da
9 changed files with 84 additions and 33 deletions

View File

@ -164,6 +164,8 @@ private:
bool operationAborted;
stringset_t selectedDirs; // The directory selected in the tree
QStringList selectedTags;
QStringList selectedBranches;
QStringList versionList;
Workspace workspace;