diff hgaction.h @ 113:5fc7b4fc77a8

* Better error handling/reporting; some futile changes to termios handling; avoid weirdly stretching panned view in panner
author Chris Cannam
date Fri, 26 Nov 2010 21:04:40 +0000
parents 0f039d3cc38e
children 78374cefa10f
line wrap: on
line diff
--- a/hgaction.h	Fri Nov 26 17:02:55 2010 +0000
+++ b/hgaction.h	Fri Nov 26 21:04:40 2010 +0000
@@ -58,8 +58,7 @@
     HGACTIONS action;
     QString workingDir;
     QStringList params;
-
-    QString executable; // empty for normal Hg
+    QString executable; // empty for normal Hg, but gets filled in by hgrunner
 
     HgAction() : action(ACT_NONE) { }