hgext/color.py
changeset 8668 aea3a23151bd
parent 8630 8ff65f7e3273
child 8685 5306c6b00e69
equal deleted inserted replaced
8667:594507755800 8668:aea3a23151bd
    31 
    31 
    32 To enable this extension, add this to your .hgrc file:
    32 To enable this extension, add this to your .hgrc file:
    33 [extensions]
    33 [extensions]
    34 color =
    34 color =
    35 
    35 
    36 Default effects my be overriden from the .hgrc file:
    36 Default effects my be overridden from the .hgrc file:
    37 
    37 
    38 [color]
    38 [color]
    39 status.modified = blue bold underline red_background
    39 status.modified = blue bold underline red_background
    40 status.added = green bold
    40 status.added = green bold
    41 status.removed = red bold blue_background
    41 status.removed = red bold blue_background