.hgrc @ 3427b1b94e54

Remove the alias hgext.  It'll be in core soon, and is unused anyway.
author Steve Losh <steve@stevelosh.com>
date Sun, 31 May 2009 03:22:22 -0400
parents 376d2be05f80
children 64eb1503fc6c
[ui]
username = Steve Losh <steve@stevelosh.com>
editor = vim

[extensions]
hgext.graphlog =
hgext.record = 
hgext.bookmarks = 
hgext.rebase = 
hgext.purge = 
hgext.mq = 
parentrevspec = 
color = 

[diff]
git = True

[color]
status.modified = cyan bold
status.added = green bold
status.removed = red bold
status.deleted = yellow bold underline
status.unknown = magenta bold underline
status.ignored = black bold

[bookmarks]
track.current = True

[defaults]
glog = -l7 --template 'changeset:   {rev}:{node|short} {tags}\nsummary:     {desc|firstline|fill68|tabindent|tabindent}\n\n'
diff   = --color always
status = --color always
serve  = --style=gitweb
addremove = --similarity 100