diff mainwindow.h @ 150:fb697ce0f625

* Attempt to make the sequence of hg commands after a change more rational; avoid incremental log if heads unchanged
author Chris Cannam
date Thu, 02 Dec 2010 11:31:42 +0000
parents 2fef6b0dfbe8
children e411bb42d934
line wrap: on
line diff
--- a/mainwindow.h	Wed Dec 01 22:05:09 2010 +0000
+++ b/mainwindow.h	Thu Dec 02 11:31:42 2010 +0000
@@ -104,7 +104,7 @@
     void hgQueryHeads();
     void hgQueryParents();
     void hgLog();
-    void hgLogIncremental();
+    void hgLogIncremental(QStringList prune);
     void createActions();
     void connectActions();
     void connectTabsSignals();