dotfiles/.hgrc
michener 889f9af6de Add color to .hgrc
git-svn-id: http://photonzero.com/dotfiles/trunk@40 23f722f6-122a-0410-8cef-c75bd312dd78
2010-03-11 08:16:32 +00:00

16 lines
277 B
Text

[ui]
username = Barak Michener <me@barakmich.com>
[extensions]
hgext.bookmarks =
hggit =
fetch =
color =
[color]
status.modified = green bold
status.added = yellow bold
status.removed = red bold
status.deleted = cyan bold
status.unknown = none
status.ignored = black bold