forked from qt-creator/qt-creator
Git: Suggest mergetool on stash restore conflicts
Removed warning popup, but stderr is still visible in Version Control pane Change-Id: I6f5779f0382b8ead1e7140eb6ad533ea0c91dcc2 Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
d7b8b291a9
commit
647c65c96e
@@ -197,8 +197,7 @@ public:
|
||||
bool synchronousStashRestore(const QString &workingDirectory,
|
||||
const QString &stash,
|
||||
bool pop = false,
|
||||
const QString &branch = QString(),
|
||||
QString *errorMessage = 0);
|
||||
const QString &branch = QString());
|
||||
bool synchronousStashRemove(const QString &workingDirectory,
|
||||
const QString &stash = QString(),
|
||||
QString *errorMessage = 0);
|
||||
|
||||
Reference in New Issue
Block a user