view .hgrc @ 188:5b82653ccda3

add demonstration of abc error
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 28 Dec 2011 15:23:01 -0800
parents 60c8a2506630
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