Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 4432:5da1d162ad50
stack: rename unstable -> orphan
That's the only instability stack can currently show, but it's about to show
more and showing "unstable" for one type of instability just isn't good.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 07 Mar 2019 19:13:45 +0800 |
parents | acfd2b1a6176 |
children | 7915aef191ff |
comparison
equal
deleted
inserted
replaced
4431:f109917f5c28 | 4432:5da1d162ad50 |
---|---|
165 'topic.stack.state.clean': 'green', | 165 'topic.stack.state.clean': 'green', |
166 'topic.stack.index.current': 'cyan', # random pick | 166 'topic.stack.index.current': 'cyan', # random pick |
167 'topic.stack.state.current': 'cyan bold', # random pick | 167 'topic.stack.state.current': 'cyan bold', # random pick |
168 'topic.stack.desc.current': 'cyan', # random pick | 168 'topic.stack.desc.current': 'cyan', # random pick |
169 'topic.stack.shortnode.current': 'cyan', # random pick | 169 'topic.stack.shortnode.current': 'cyan', # random pick |
170 'topic.stack.state.unstable': 'red', | 170 'topic.stack.state.orphan': 'red', |
171 'topic.stack.summary.behindcount': 'cyan', | 171 'topic.stack.summary.behindcount': 'cyan', |
172 'topic.stack.summary.behinderror': 'red', | 172 'topic.stack.summary.behinderror': 'red', |
173 'topic.stack.summary.headcount.multiple': 'yellow', | 173 'topic.stack.summary.headcount.multiple': 'yellow', |
174 # default color to help log output and thg | 174 # default color to help log output and thg |
175 # (first pick I could think off, update as needed | 175 # (first pick I could think off, update as needed |