hgext/color.py
changeset 8685 5306c6b00e69
parent 8668 aea3a23151bd
child 8866 87c30fb7e8df
equal deleted inserted replaced
8670:472ecf2c55d9 8685:5306c6b00e69
    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 overridden from the .hgrc file:
    36 Default effects may 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