Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 4658:89c1b739fabe
stack: remove 'topic.' prefix from colors/labels
Stack is related to topics, sure, but it is also good enough to be recognized
on its own.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 28 May 2019 16:46:18 +0800 |
parents | b72cd597a887 |
children | 756db65030c6 |
comparison
equal
deleted
inserted
replaced
4657:c24dabf8e848 | 4658:89c1b739fabe |
---|---|
162 colortable = {'topic.active': 'green', | 162 colortable = {'topic.active': 'green', |
163 'topic.list.unstablecount': 'red', | 163 'topic.list.unstablecount': 'red', |
164 'topic.list.headcount.multiple': 'yellow', | 164 'topic.list.headcount.multiple': 'yellow', |
165 'topic.list.behindcount': 'cyan', | 165 'topic.list.behindcount': 'cyan', |
166 'topic.list.behinderror': 'red', | 166 'topic.list.behinderror': 'red', |
167 'topic.stack.index': 'yellow', | 167 'stack.index': 'yellow', |
168 'topic.stack.index.base': 'none dim', | 168 'stack.index.base': 'none dim', |
169 'topic.stack.desc.base': 'none dim', | 169 'stack.desc.base': 'none dim', |
170 'topic.stack.shortnode.base': 'none dim', | 170 'stack.shortnode.base': 'none dim', |
171 'topic.stack.state.base': 'dim', | 171 'stack.state.base': 'dim', |
172 'topic.stack.state.clean': 'green', | 172 'stack.state.clean': 'green', |
173 'topic.stack.index.current': 'cyan', # random pick | 173 'stack.index.current': 'cyan', # random pick |
174 'topic.stack.state.current': 'cyan bold', # random pick | 174 'stack.state.current': 'cyan bold', # random pick |
175 'topic.stack.desc.current': 'cyan', # random pick | 175 'stack.desc.current': 'cyan', # random pick |
176 'topic.stack.shortnode.current': 'cyan', # random pick | 176 'stack.shortnode.current': 'cyan', # random pick |
177 'topic.stack.state.orphan': 'red', | 177 'stack.state.orphan': 'red', |
178 'topic.stack.state.content-divergent': 'red', | 178 'stack.state.content-divergent': 'red', |
179 'topic.stack.state.phase-divergent': 'red', | 179 'stack.state.phase-divergent': 'red', |
180 'topic.stack.summary.behindcount': 'cyan', | 180 'stack.summary.behindcount': 'cyan', |
181 'topic.stack.summary.behinderror': 'red', | 181 'stack.summary.behinderror': 'red', |
182 'topic.stack.summary.headcount.multiple': 'yellow', | 182 'stack.summary.headcount.multiple': 'yellow', |
183 # default color to help log output and thg | 183 # default color to help log output and thg |
184 # (first pick I could think off, update as needed | 184 # (first pick I could think off, update as needed |
185 'log.topic': 'green_background', | 185 'log.topic': 'green_background', |
186 'topic.active': 'green', | 186 'topic.active': 'green', |
187 } | 187 } |