forked from qt-creator/qt-creator
Merge remote branch 'origin/2.0'
Conflicts: doc/qtcreator.qdoc src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.h
This commit is contained in:
@@ -958,7 +958,7 @@ bool CVSPlugin::describe(const QString &repositoryPath,
|
||||
const QString title = QString::fromLatin1("cvs describe %1").arg(commitId);
|
||||
Core::IEditor *newEditor = showOutputInEditor(title, output, VCSBase::DiffOutput, entries.front().file, codec);
|
||||
newEditor->setProperty("describeChange", commitId);
|
||||
setDiffBaseDirectory(editor, repositoryPath);
|
||||
setDiffBaseDirectory(newEditor, repositoryPath);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user