view .hgrc @ 240:a5a27ec28ea7

add an alias for mozbase bugs
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 30 Aug 2012 16:10:29 -0700
parents ee77391f0a0c
children 4c11105b05d2
line wrap: on
line source

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

[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