Mercurial > hg > easyhg
comparison hgrunner.h @ 238:e2f2c6e3c01b
* Attempt a different way of handling filesystem updates, that's more forgiving of fs changes caused by hg itself
author | Chris Cannam |
---|---|
date | Mon, 10 Jan 2011 13:30:19 +0000 |
parents | 6bb510abe4f1 |
children | 661f5808aa0a |
comparison
equal
deleted
inserted
replaced
237:c9a7e4ec2f78 | 238:e2f2c6e3c01b |
---|---|
38 | 38 |
39 void requestAction(HgAction action); | 39 void requestAction(HgAction action); |
40 void killCurrentActions(); // kill anything running; clear the queue | 40 void killCurrentActions(); // kill anything running; clear the queue |
41 | 41 |
42 signals: | 42 signals: |
43 void commandStarting(HgAction action); | |
43 void commandCompleted(HgAction action, QString stdOut); | 44 void commandCompleted(HgAction action, QString stdOut); |
44 void commandFailed(HgAction action, QString stdErr); | 45 void commandFailed(HgAction action, QString stdErr); |
45 | 46 |
46 private slots: | 47 private slots: |
47 void started(); | 48 void started(); |