# HG changeset patch # User Chris Cannam # Date 1294777159 0 # Node ID 0689dada141995d1c56e6d0d7d782a9d566a9c3e # Parent 0fe81e1b26ceb103f02198fa819ed7d7bdf6cdb4# Parent be483734bde51575674f68b7cd802cb1e648c565 Merge diff -r be483734bde5 -r 0689dada1419 mainwindow.cpp --- 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)