diff hgrunner.cpp @ 182:bf366e0b9050

* Fix "Serve by HTTP"; stub out "Change Remote Location"
author Chris Cannam
date Fri, 17 Dec 2010 10:01:02 +0000
parents 3d6d826b04ad
children 07b908b4fa5f
line wrap: on
line diff
--- a/hgrunner.cpp	Fri Dec 17 09:36:39 2010 +0000
+++ b/hgrunner.cpp	Fri Dec 17 10:01:02 2010 +0000
@@ -313,6 +313,12 @@
     checkQueue();
 }
 
+void HgRunner::killCurrentActions()
+{
+    m_queue.clear();
+    killCurrentCommand();
+}
+
 void HgRunner::killCurrentCommand()
 {
     if (m_isRunning) {