Mercurial > hg > easyhg
comparison hgrunner.cpp @ 115:78374cefa10f
* Add useful state message to file status page.
Also add shouldBeFast() method to HgAction; use it to avoid showing progress bar for fast actions
author | Chris Cannam |
---|---|
date | Fri, 26 Nov 2010 21:48:25 +0000 |
parents | bb2d2eecdd60 |
children | c92f5859c707 |
comparison
equal
deleted
inserted
replaced
114:bb2d2eecdd60 | 115:78374cefa10f |
---|---|
306 } | 306 } |
307 #endif | 307 #endif |
308 | 308 |
309 m_isRunning = true; | 309 m_isRunning = true; |
310 setRange(0, 0); | 310 setRange(0, 0); |
311 show(); | 311 if (!action.shouldBeFast()) show(); |
312 m_stdout.clear(); | 312 m_stdout.clear(); |
313 m_stderr.clear(); | 313 m_stderr.clear(); |
314 m_realm = ""; | 314 m_realm = ""; |
315 m_userName = ""; | 315 m_userName = ""; |
316 | 316 |