Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 1998:302be26a3fd8
stack: add warning about multiple heads
This seems a good spot to nudge people toward reducing there head count.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 26 Aug 2016 21:57:48 +0200 |
parents | ce86f7bb4b7b |
children | fe76e9c92fff |
comparison
equal
deleted
inserted
replaced
1997:ce86f7bb4b7b | 1998:302be26a3fd8 |
---|---|
58 'topic.stack.state.current': 'cyan bold', # random pick | 58 'topic.stack.state.current': 'cyan bold', # random pick |
59 'topic.stack.desc.current': 'cyan', # random pick | 59 'topic.stack.desc.current': 'cyan', # random pick |
60 'topic.stack.state.unstable': 'red', | 60 'topic.stack.state.unstable': 'red', |
61 'topic.stack.summary.behindcount': 'cyan', | 61 'topic.stack.summary.behindcount': 'cyan', |
62 'topic.stack.summary.behinderror': 'red', | 62 'topic.stack.summary.behinderror': 'red', |
63 'topic.stack.summary.headcount.multiple': 'yellow', | |
63 } | 64 } |
64 | 65 |
65 testedwith = '3.9' | 66 testedwith = '3.9' |
66 | 67 |
67 def _contexttopic(self): | 68 def _contexttopic(self): |