forked from qt-creator/qt-creator
VCS: Offer to save-all before commit
Task-number: QTCREATORBUG-3857 Change-Id: I3ff3d90803eec4134b9da4af5567753ad7bffafb Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -651,6 +651,9 @@ void CvsPlugin::startCommitAll()
|
||||
* commit will start. */
|
||||
void CvsPlugin::startCommit(const QString &workingDir, const QString &file)
|
||||
{
|
||||
if (!promptBeforeCommit())
|
||||
return;
|
||||
|
||||
if (raiseSubmitEditor())
|
||||
return;
|
||||
if (isCommitEditorOpen()) {
|
||||
|
Reference in New Issue
Block a user