forked from qt-creator/qt-creator
Version Control: Release the commit message temporary file.
... and add some logging to p4.
This commit is contained in:
@@ -692,7 +692,7 @@ void SubversionPlugin::startCommit(const QStringList &files)
|
||||
// Create a submit
|
||||
m_changeTmpFile->write(submitTemplate.toUtf8());
|
||||
m_changeTmpFile->flush();
|
||||
m_changeTmpFile->seek(0);
|
||||
m_changeTmpFile->close();
|
||||
// Create a submit editor and set file list
|
||||
SubversionSubmitEditor *editor = openSubversionSubmitEditor(m_changeTmpFile->fileName());
|
||||
editor->setStatusList(statusOutput);
|
||||
|
Reference in New Issue
Block a user