Mercurial > evolve
diff hgext3rd/topic/__init__.py @ 4435:7915aef191ff
stack: show content and phase divergent state and symbol
Replacing ' ' with '-' is just for color labels.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 09 Mar 2019 13:13:53 +0800 |
parents | 5da1d162ad50 |
children | 33c617626fd9 |
line wrap: on
line diff
--- 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',