# HG changeset patch # User Chris Cannam # Date 1294836484 0 # Node ID 8730dd806ccab67214d1717b658084e2522dce9d # Parent 669f2a8ff1a86109aeb35282971c5ed38d42fdc0# Parent 0689dada141995d1c56e6d0d7d782a9d566a9c3e Merge diff -r 669f2a8ff1a8 -r 8730dd806cca mainwindow.cpp --- 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)