diff 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
line wrap: on
line diff
--- a/hgrunner.cpp	Fri Nov 26 21:17:24 2010 +0000
+++ b/hgrunner.cpp	Fri Nov 26 21:48:25 2010 +0000
@@ -308,7 +308,7 @@
 
     m_isRunning = true;
     setRange(0, 0);
-    show();
+    if (!action.shouldBeFast()) show();
     m_stdout.clear();
     m_stderr.clear();
     m_realm = "";