diff hgaction.h @ 175:6def8bf3be44

* Start implementing Settings dialog; add Test function to run on startup to make sure hg works
author Chris Cannam
date Thu, 16 Dec 2010 17:32:25 +0000
parents 4bad3c5c053a
children 8c8c04bdf0fa
line wrap: on
line diff
--- a/hgaction.h	Thu Dec 16 12:40:04 2010 +0000
+++ b/hgaction.h	Thu Dec 16 17:32:25 2010 +0000
@@ -24,6 +24,7 @@
 enum HGACTIONS
 {
     ACT_NONE,
+    ACT_TEST_HG,
     ACT_QUERY_PATHS,
     ACT_QUERY_BRANCH,
     ACT_STAT,
@@ -77,6 +78,7 @@
         case ACT_QUERY_PATHS:
         case ACT_QUERY_BRANCH:
         case ACT_STAT:
+        case ACT_RESOLVE_LIST:
         case ACT_QUERY_HEADS:
         case ACT_QUERY_PARENTS:
         case ACT_LOG_INCREMENTAL:
@@ -88,6 +90,7 @@
     
     bool mayBeInteractive() const {
 	switch (action) {
+        case ACT_TEST_HG: // so we force the module load to be tested
 	case ACT_INCOMING:
 	case ACT_PUSH:
 	case ACT_PULL: