Mercurial > hg > easyhg
comparison mainwindow.cpp @ 253:8730dd806cca
Merge
author | Chris Cannam |
---|---|
date | Wed, 12 Jan 2011 12:48:04 +0000 |
parents | 669f2a8ff1a8 0689dada1419 |
children | cc95394e2392 |
comparison
equal
deleted
inserted
replaced
252:669f2a8ff1a8 | 253:8730dd806cca |
---|---|
1645 // it creates files called hg-checklink and hg-checkexec to test | 1645 // it creates files called hg-checklink and hg-checkexec to test |
1646 // properties of the filesystem. For safety's sake, suspend the | 1646 // properties of the filesystem. For safety's sake, suspend the |
1647 // fs watcher while running commands, and restore it shortly after | 1647 // fs watcher while running commands, and restore it shortly after |
1648 // a command has finished. | 1648 // a command has finished. |
1649 | 1649 |
1650 suspendFileSystemWatcher(); | 1650 if (action.action == ACT_STAT) { |
1651 suspendFileSystemWatcher(); | |
1652 } | |
1651 } | 1653 } |
1652 | 1654 |
1653 void MainWindow::commandFailed(HgAction action, QString output) | 1655 void MainWindow::commandFailed(HgAction action, QString output) |
1654 { | 1656 { |
1655 DEBUG << "MainWindow::commandFailed" << endl; | 1657 DEBUG << "MainWindow::commandFailed" << endl; |