diff filestatuswidget.h @ 109:1721c580c10e

* Add a queueing mechanism for Hg actions, instead of refusing to start an action if something else is already happening. This is essential now that actions can be prompted by asynchronous events (e.g. filesystem watcher). * Make Revert behave sensibly
author Chris Cannam
date Fri, 26 Nov 2010 12:48:29 +0000
parents 729438d70af8
children 78374cefa10f
line wrap: on
line diff
--- a/filestatuswidget.h	Thu Nov 25 21:08:17 2010 +0000
+++ b/filestatuswidget.h	Fri Nov 26 12:48:29 2010 +0000
@@ -54,6 +54,9 @@
     QStringList getSelectedCommittableFiles() const;
     QStringList getAllCommittableFiles() const;
 
+    QStringList getSelectedRevertableFiles() const;
+    QStringList getAllRevertableFiles() const;
+
     QStringList getSelectedAddableFiles() const;
     QStringList getAllAddableFiles() const;