diff src/hgrunner.h @ 691:5b3bcb2d0943

Update handling of auth extension load failures on Windows: hg itself is returning a successful error code, so we must check the output in the extension test phase. Also fix a failure & crash when trying to use fallback auth mechanism
author Chris Cannam
date Mon, 10 Dec 2018 12:03:04 +0000
parents ae67ea0af696
children
line wrap: on
line diff
--- a/src/hgrunner.h	Mon Dec 10 10:28:25 2018 +0000
+++ b/src/hgrunner.h	Mon Dec 10 12:03:04 2018 +0000
@@ -43,8 +43,8 @@
 
 signals:
     void commandStarting(HgAction action);
-    void commandCompleted(HgAction action, QString stdOut);
-    void commandFailed(HgAction action, QString stdErr, QString stdOut);
+    void commandCompleted(HgAction action, QString stdOut, QString stdErr);
+    void commandFailed(HgAction action, QString stdOut, QString stdErr);
 
     /**
      * Emitted when the currently executing command is cancelled. Note