Mercurial > hg > easyhg
diff src/mainwindow.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 | a17c06f773cd |
children | fc2df97920e8 |
line wrap: on
line diff
--- a/src/mainwindow.h Fri Nov 25 09:34:55 2011 +0000 +++ b/src/mainwindow.h Fri Feb 10 13:08:07 2012 +0000 @@ -52,7 +52,7 @@ void hgRefresh(); void commandStarting(HgAction); void commandCompleted(HgAction action, QString stdOut); - void commandFailed(HgAction action, QString stdErr); + void commandFailed(HgAction action, QString stdErr, QString stdOut); void enableDisableActions(); private slots: