forked from qt-creator/qt-creator
Implement unified diff editor
Change-Id: I93e0bfd71a8a650afbe2ca9e0f1f3dbfc9d57db0 Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
@@ -246,7 +246,7 @@ void FetchContext::show()
|
||||
{
|
||||
const QString title = QString::number(m_change->number) + QLatin1Char('/')
|
||||
+ QString::number(m_change->currentPatchSet.patchSetNumber);
|
||||
gitClient()->show(m_repository, QLatin1String("FETCH_HEAD"), QStringList(), title);
|
||||
gitClient()->show(m_repository, QLatin1String("FETCH_HEAD"), title);
|
||||
}
|
||||
|
||||
void FetchContext::cherryPick()
|
||||
|
||||
Reference in New Issue
Block a user