hgext3rd/topic/__init__.py
changeset 4658 89c1b739fabe
parent 4652 b72cd597a887
child 4665 756db65030c6
--- a/hgext3rd/topic/__init__.py	Sat May 18 16:56:47 2019 +0800
+++ b/hgext3rd/topic/__init__.py	Tue May 28 16:46:18 2019 +0800
@@ -164,22 +164,22 @@
               'topic.list.headcount.multiple': 'yellow',
               'topic.list.behindcount': 'cyan',
               'topic.list.behinderror': 'red',
-              'topic.stack.index': 'yellow',
-              'topic.stack.index.base': 'none dim',
-              'topic.stack.desc.base': 'none dim',
-              'topic.stack.shortnode.base': 'none dim',
-              'topic.stack.state.base': 'dim',
-              'topic.stack.state.clean': 'green',
-              'topic.stack.index.current': 'cyan',       # random pick
-              'topic.stack.state.current': 'cyan bold',  # random pick
-              'topic.stack.desc.current': 'cyan',        # random pick
-              'topic.stack.shortnode.current': 'cyan',   # random pick
-              'topic.stack.state.orphan': 'red',
-              'topic.stack.state.content-divergent': 'red',
-              'topic.stack.state.phase-divergent': 'red',
-              'topic.stack.summary.behindcount': 'cyan',
-              'topic.stack.summary.behinderror': 'red',
-              'topic.stack.summary.headcount.multiple': 'yellow',
+              'stack.index': 'yellow',
+              'stack.index.base': 'none dim',
+              'stack.desc.base': 'none dim',
+              'stack.shortnode.base': 'none dim',
+              'stack.state.base': 'dim',
+              'stack.state.clean': 'green',
+              'stack.index.current': 'cyan',       # random pick
+              'stack.state.current': 'cyan bold',  # random pick
+              'stack.desc.current': 'cyan',        # random pick
+              'stack.shortnode.current': 'cyan',   # random pick
+              'stack.state.orphan': 'red',
+              'stack.state.content-divergent': 'red',
+              'stack.state.phase-divergent': 'red',
+              'stack.summary.behindcount': 'cyan',
+              'stack.summary.behinderror': 'red',
+              'stack.summary.headcount.multiple': 'yellow',
               # default color to help log output and thg
               # (first pick I could think off, update as needed
               'log.topic': 'green_background',