comparison 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
comparison
equal deleted inserted replaced
237:c9a7e4ec2f78 238:e2f2c6e3c01b
480 m_currentAction.executable = executable; 480 m_currentAction.executable = executable;
481 m_currentAction.params = params; 481 m_currentAction.params = params;
482 482
483 DEBUG << "set current action to " << m_currentAction.action << endl; 483 DEBUG << "set current action to " << m_currentAction.action << endl;
484 484
485 emit commandStarting(action);
486
485 m_proc->start(executable, params); 487 m_proc->start(executable, params);
486 } 488 }
487 489
488 void HgRunner::closeProcInput() 490 void HgRunner::closeProcInput()
489 { 491 {