forked from qt-creator/qt-creator
Git: Show success message on abort
Change-Id: Ie0ec1a9c00673a6cd50c2a7c54b83303c80cf55c Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
3eaddacf74
commit
0bcfc977e9
@@ -2698,7 +2698,8 @@ void GitClient::synchronousAbortCommand(const QString &workingDir, const QString
|
||||
}
|
||||
|
||||
const SynchronousProcessResponse resp = vcsFullySynchronousExec(
|
||||
workingDir, { abortCommand, "--abort" }, VcsCommand::ExpectRepoChanges);
|
||||
workingDir, { abortCommand, "--abort" },
|
||||
VcsCommand::ExpectRepoChanges | VcsCommand::ShowSuccessMessage);
|
||||
VcsOutputWindow::append(resp.stdOut());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user