Mercurial > hg > easyhg
diff hgrunner.cpp @ 124:1f27f71a7034
* Fixes to changeset details display; show on right instead of below to avoid disrupting flow
author | Chris Cannam |
---|---|
date | Mon, 29 Nov 2010 11:38:25 +0000 |
parents | c3e8342d2de9 |
children | fcaf09ee825d |
line wrap: on
line diff
--- a/hgrunner.cpp Mon Nov 29 11:18:27 2010 +0000 +++ b/hgrunner.cpp Mon Nov 29 11:38:25 2010 +0000 @@ -248,7 +248,7 @@ if (procExitCode == 0 && procExitStatus == QProcess::NormalExit) { DEBUG << "HgRunner::finished: Command completed successfully" << endl; - DEBUG << "stdout is " << m_stdout << endl; +// DEBUG << "stdout is " << m_stdout << endl; emit commandCompleted(completedAction, m_stdout); } else { DEBUG << "HgRunner::finished: Command failed, exit code "