forked from qt-creator/qt-creator
Git: Refactored "synchronousPullOrRebase" to be more general.
This can ease adding commands that can cause conflicts like cherry-pick, revert, merge, rebase, stash pop ... Change-Id: Id9df7f11307dbbcb60036a20a2c22c5097ba239f Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
ff288af50b
commit
40eecd87c9
@@ -267,7 +267,7 @@ void MergeTool::done()
|
||||
if (QMessageBox::question(0, tr("Continue Rebase"),
|
||||
tr("Continue rebase?"),
|
||||
QMessageBox::Yes, QMessageBox::No) == QMessageBox::Yes) {
|
||||
client->synchronousRebaseContinue(workingDirectory);
|
||||
client->synchronousCommandContinue(workingDirectory, QLatin1String("rebase"));
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user