changeset 253:8730dd806cca

Merge
author Chris Cannam
date Wed, 12 Jan 2011 12:48:04 +0000
parents 669f2a8ff1a8 (current diff) 0689dada1419 (diff)
children c02515e33b5d
files mainwindow.cpp
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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)