changeset 207:583faa8dadb6

* comment only
author Chris Cannam
date Tue, 04 Jan 2011 16:33:56 +0000
parents d256cc418fa3
children fccfd12faac1
files mainwindow.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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));
 }