view .hgrc @ 226:d9865f96eb98

https://bugzilla.mozilla.org/show_bug.cgi?id=754703
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 14 May 2012 13:06:33 -0700
parents 07d8aa100fc2
children ee77391f0a0c
line wrap: on
line source

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

[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 =
share =

[trusted]
users = jhammel
groups = jhammel

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