mercurial/color.py
changeset 30657 b2be4ccaff1d
parent 30656 1ec42bdd7874
child 30987 20990991d384
equal deleted inserted replaced
30656:1ec42bdd7874 30657:b2be4ccaff1d
    58            'status.modified': 'blue bold',
    58            'status.modified': 'blue bold',
    59            'status.removed': 'red bold',
    59            'status.removed': 'red bold',
    60            'status.unknown': 'magenta bold underline',
    60            'status.unknown': 'magenta bold underline',
    61            'tags.normal': 'green',
    61            'tags.normal': 'green',
    62            'tags.local': 'black bold'}
    62            'tags.local': 'black bold'}
       
    63 
       
    64 def loadcolortable(ui, extname, colortable):
       
    65     _styles.update(colortable)