diff easyhg.pro @ 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 f70ccc15c9d0
children 4bd17f36d059
line wrap: on
line diff
--- a/easyhg.pro	Thu Nov 25 21:08:17 2010 +0000
+++ b/easyhg.pro	Fri Nov 26 12:48:29 2010 +0000
@@ -33,7 +33,8 @@
     selectablelabel.h \
     filestates.h \
     filestatuswidget.h \
-    confirmcommentdialog.h
+    confirmcommentdialog.h \
+    hgaction.h
 SOURCES = main.cpp \
     mainwindow.cpp \
     hgtabwidget.cpp \