Mercurial > hg > easyhg
diff mainwindow.cpp @ 207:583faa8dadb6
* comment only
author | Chris Cannam |
---|---|
date | Tue, 04 Jan 2011 16:33:56 +0000 |
parents | 3d4291d4226c |
children | c5fceb3fe5b4 |
line wrap: on
line diff
--- a/mainwindow.cpp Tue Jan 04 15:22:07 2011 +0000 +++ b/mainwindow.cpp Tue Jan 04 16:33:56 2011 +0000 @@ -190,6 +190,8 @@ void MainWindow::hgTest() { QStringList params; + //!!! should we test version output? Really we want at least 1.7.x + //!!! for options such as merge --tool params << "--version"; runner->requestAction(HgAction(ACT_TEST_HG, m_myDirPath, params)); }