Add color to .hgrc

git-svn-id: http://photonzero.com/dotfiles/trunk@40 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2010-03-11 08:16:32 +00:00
parent b789a98c1b
commit 889f9af6de
2 changed files with 10 additions and 0 deletions

9
.hgrc
View file

@ -5,3 +5,12 @@ username = Barak Michener <me@barakmich.com>
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