diff src/hgrunner.h @ 537:a4e699d32a9a

gah! hg 2.1 changes push and pull so as to return failure codes on success, if there was nothing to push or pull
author Chris Cannam
date Fri, 10 Feb 2012 13:08:07 +0000
parents 856da063d76e
children 533519ebc0cb
line wrap: on
line diff
--- a/src/hgrunner.h	Fri Nov 25 09:34:55 2011 +0000
+++ b/src/hgrunner.h	Fri Feb 10 13:08:07 2012 +0000
@@ -42,7 +42,7 @@
 signals:
     void commandStarting(HgAction action);
     void commandCompleted(HgAction action, QString stdOut);
-    void commandFailed(HgAction action, QString stdErr);
+    void commandFailed(HgAction action, QString stdErr, QString stdOut);
 
 private slots:
     void started();