comparison mainwindow.cpp @ 207:583faa8dadb6

* comment only
author Chris Cannam
date Tue, 04 Jan 2011 16:33:56 +0000
parents 3d4291d4226c
children c5fceb3fe5b4
comparison
equal deleted inserted replaced
204:d256cc418fa3 207:583faa8dadb6
188 } 188 }
189 189
190 void MainWindow::hgTest() 190 void MainWindow::hgTest()
191 { 191 {
192 QStringList params; 192 QStringList params;
193 //!!! should we test version output? Really we want at least 1.7.x
194 //!!! for options such as merge --tool
193 params << "--version"; 195 params << "--version";
194 runner->requestAction(HgAction(ACT_TEST_HG, m_myDirPath, params)); 196 runner->requestAction(HgAction(ACT_TEST_HG, m_myDirPath, params));
195 } 197 }
196 198
197 void MainWindow::hgTestExtension() 199 void MainWindow::hgTestExtension()