Mercurial > hg > easyhg
diff 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 |
line wrap: on
line diff
--- a/hgrunner.h Mon Jan 10 12:44:03 2011 +0000 +++ b/hgrunner.h Mon Jan 10 13:30:19 2011 +0000 @@ -40,6 +40,7 @@ void killCurrentActions(); // kill anything running; clear the queue signals: + void commandStarting(HgAction action); void commandCompleted(HgAction action, QString stdOut); void commandFailed(HgAction action, QString stdErr);