diff hgrunner.cpp @ 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 90e70a9024f3
children 661f5808aa0a
line wrap: on
line diff
--- a/hgrunner.cpp	Mon Jan 10 12:44:03 2011 +0000
+++ b/hgrunner.cpp	Mon Jan 10 13:30:19 2011 +0000
@@ -482,6 +482,8 @@
 
     DEBUG << "set current action to " << m_currentAction.action << endl;
     
+    emit commandStarting(action);
+
     m_proc->start(executable, params);
 }