comparison 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
comparison
equal deleted inserted replaced
181:731aef59d5f4 182:bf366e0b9050
311 } 311 }
312 312
313 checkQueue(); 313 checkQueue();
314 } 314 }
315 315
316 void HgRunner::killCurrentActions()
317 {
318 m_queue.clear();
319 killCurrentCommand();
320 }
321
316 void HgRunner::killCurrentCommand() 322 void HgRunner::killCurrentCommand()
317 { 323 {
318 if (m_isRunning) { 324 if (m_isRunning) {
319 m_currentAction.action = ACT_NONE; // so that we don't bother to notify 325 m_currentAction.action = ACT_NONE; // so that we don't bother to notify
320 m_proc->kill(); 326 m_proc->kill();