comparison hgrunner.cpp @ 144:0ad212075b36

* win32 build fix
author Chris Cannam
date Wed, 01 Dec 2010 12:02:06 +0000
parents fcaf09ee825d
children 5b2046f67a56
comparison
equal deleted inserted replaced
143:f61f032b06f9 144:0ad212075b36
306 params.push_front("--config"); 306 params.push_front("--config");
307 interactive = true; 307 interactive = true;
308 } else { 308 } else {
309 params.push_front("--noninteractive"); 309 params.push_front("--noninteractive");
310 } 310 }
311 }
312 #endif 311 #endif
312 }
313 313
314 m_isRunning = true; 314 m_isRunning = true;
315 setRange(0, 0); 315 setRange(0, 0);
316 if (!action.shouldBeFast()) show(); 316 if (!action.shouldBeFast()) show();
317 m_stdout.clear(); 317 m_stdout.clear();