mercurial/color.py
changeset 43805 ad84fc97d120
parent 43787 be8552f25cab
child 44264 d3f776c4760e
equal deleted inserted replaced
43804:76d32a0edbc6 43805:ad84fc97d120
   143     b'status.modified': b'blue bold',
   143     b'status.modified': b'blue bold',
   144     b'status.removed': b'red bold',
   144     b'status.removed': b'red bold',
   145     b'status.unknown': b'magenta bold underline',
   145     b'status.unknown': b'magenta bold underline',
   146     b'tags.normal': b'green',
   146     b'tags.normal': b'green',
   147     b'tags.local': b'black bold',
   147     b'tags.local': b'black bold',
       
   148     b'upgrade-repo.requirement.preserved': b'cyan',
       
   149     b'upgrade-repo.requirement.added': b'green',
       
   150     b'upgrade-repo.requirement.removed': b'red',
   148 }
   151 }
   149 
   152 
   150 
   153 
   151 def loadcolortable(ui, extname, colortable):
   154 def loadcolortable(ui, extname, colortable):
   152     _defaultstyles.update(colortable)
   155     _defaultstyles.update(colortable)