forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.8'
Conflicts: qtcreator.pri qtcreator.qbs Change-Id: I1310d473584f1e2cd44008d45747c868103bbde1
This commit is contained in:
@@ -221,7 +221,7 @@ void BranchDialog::checkout()
|
||||
}
|
||||
|
||||
if (!stashMessage.isEmpty() && branchCheckoutDialog.moveLocalChangesToNextBranch())
|
||||
gitClient->stashPop(m_repository);
|
||||
gitClient->endStashScope(m_repository);
|
||||
else if (branchCheckoutDialog.popStashOfNextBranch())
|
||||
gitClient->synchronousStashRestore(m_repository, stashName, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user