diff src/hgaction.h @ 506:470829a21f98

Identify closed branches and display them in a lighter shade
author Chris Cannam
date Mon, 17 Oct 2011 22:08:05 +0100
parents b9c153e00e84
children 306a62fe851e
line wrap: on
line diff
--- a/src/hgaction.h	Mon Oct 17 16:25:02 2011 +0100
+++ b/src/hgaction.h	Mon Oct 17 22:08:05 2011 +0100
@@ -31,6 +31,7 @@
     ACT_STAT,
     ACT_RESOLVE_LIST,
     ACT_QUERY_HEADS,
+    ACT_QUERY_HEADS_ACTIVE,
     ACT_QUERY_PARENTS,
     ACT_LOG,
     ACT_LOG_INCREMENTAL,
@@ -92,6 +93,7 @@
         case ACT_STAT:
         case ACT_RESOLVE_LIST:
         case ACT_QUERY_HEADS:
+        case ACT_QUERY_HEADS_ACTIVE:
         case ACT_QUERY_PARENTS:
         case ACT_LOG_INCREMENTAL:
             return true;