hgext3rd/topic/__init__.py
changeset 1997 ce86f7bb4b7b
parent 1992 28fbc627b704
child 1998 302be26a3fd8
equal deleted inserted replaced
1996:5c40dd2cf131 1997:ce86f7bb4b7b
    56               'topic.stack.state.clean': 'green',
    56               'topic.stack.state.clean': 'green',
    57               'topic.stack.index.current': 'cyan',       # random pick
    57               'topic.stack.index.current': 'cyan',       # random pick
    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',
       
    62               'topic.stack.summary.behinderror': 'red',
    61              }
    63              }
    62 
    64 
    63 testedwith = '3.9'
    65 testedwith = '3.9'
    64 
    66 
    65 def _contexttopic(self):
    67 def _contexttopic(self):