Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
536:5f04fa848f34 | 537:a4e699d32a9a |
---|---|
50 public slots: | 50 public slots: |
51 void open(QString local); | 51 void open(QString local); |
52 void hgRefresh(); | 52 void hgRefresh(); |
53 void commandStarting(HgAction); | 53 void commandStarting(HgAction); |
54 void commandCompleted(HgAction action, QString stdOut); | 54 void commandCompleted(HgAction action, QString stdOut); |
55 void commandFailed(HgAction action, QString stdErr); | 55 void commandFailed(HgAction action, QString stdErr, QString stdOut); |
56 void enableDisableActions(); | 56 void enableDisableActions(); |
57 | 57 |
58 private slots: | 58 private slots: |
59 void about(); | 59 void about(); |
60 void help(); | 60 void help(); |