hgext3rd/topic/__init__.py
changeset 4435 7915aef191ff
parent 4432 5da1d162ad50
child 4517 33c617626fd9
--- a/hgext3rd/topic/__init__.py	Sat Mar 09 12:54:00 2019 +0800
+++ b/hgext3rd/topic/__init__.py	Sat Mar 09 13:13:53 2019 +0800
@@ -168,6 +168,8 @@
               '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',