comparison hgext/color.py @ 8685:5306c6b00e69

color: yet another typo
author Martin Geisler <mg@lazybytes.net>
date Mon, 01 Jun 2009 00:56:29 +0200
parents aea3a23151bd
children 87c30fb7e8df
comparison
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