view .hgrc @ 172:60c8a2506630

add convert extension
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 19 Oct 2011 14:09:59 -0700
parents c0bd17a8033b
children 06b47566e7f1
line wrap: on
line source

[ui]
username = Jeff Hammel <jhammel@mozilla.com>
ignore = /home/jhammel/.hgignore
merge = meld

[defaults]
commit = -v
diff = -p -U 8
qdiff = -p -U 8
qnew = -U
repository_host = k0s.org/hg
pull = --rebase
revert = --no-backup

[diff]
git = 1
showfunc = 1
unified = 8

[extensions]
hgext.mq = 
rebase =
convert = 

[trusted]
users = jhammel
groups = jhammel

[web]
allow_archive = rss, zip, bz2
contact = jhammel at mozilla dot com