changeset 251:0689dada1419

Merge
author Chris Cannam
date Tue, 11 Jan 2011 20:19:19 +0000
parents 0fe81e1b26ce (diff) be483734bde5 (current diff)
children 8730dd806cca
files mainwindow.cpp
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mainwindow.cpp	Tue Jan 11 17:58:14 2011 +0000
+++ b/mainwindow.cpp	Tue Jan 11 20:19:19 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)