forked from qt-creator/qt-creator
Git: Explicitly pop stored stashes
If the user created another stashed between save and pop, this stash will be restored instead of the intended one. Change-Id: I605c9f440345d8c7e0876f4f60daa7146bebb212 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -193,6 +193,7 @@ public:
|
||||
void synchronousSubversionFetch(const QString &workingDirectory);
|
||||
void subversionLog(const QString &workingDirectory);
|
||||
|
||||
void stashPop(const QString &workingDirectory, const QString &stash);
|
||||
void stashPop(const QString &workingDirectory);
|
||||
void revert(const QStringList &files, bool revertStaging);
|
||||
void branchList(const QString &workingDirectory);
|
||||
|
||||
Reference in New Issue
Block a user