diff mainwindow.cpp @ 253:8730dd806cca

Merge
author Chris Cannam
date Wed, 12 Jan 2011 12:48:04 +0000
parents 669f2a8ff1a8 0689dada1419
children cc95394e2392
line wrap: on
line diff
--- a/mainwindow.cpp	Wed Jan 12 12:47:56 2011 +0000
+++ b/mainwindow.cpp	Wed Jan 12 12:48:04 2011 +0000
@@ -1647,7 +1647,9 @@
     // fs watcher while running commands, and restore it shortly after
     // a command has finished.
 
-    suspendFileSystemWatcher();
+    if (action.action == ACT_STAT) {
+        suspendFileSystemWatcher();
+    }
 }
 
 void MainWindow::commandFailed(HgAction action, QString output)