view .hgrc @ 110:bf567a0e8fef

add a hg-qcommit that does the right thing
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 30 Nov 2010 15:49:33 -0800
parents c4126b9a185f
children 2a83052a7a50
line wrap: on
line source

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

[defaults]
commit = -v
repository_host = k0s.org/hg

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

[extensions]
hgext.mq = 
rebase =

[trusted]
users = jhammel
groups = jhammel

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