view .hgrc @ 89:dfda4f7d4db4

add a command to generate those hgrc files i always need
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 03 Sep 2010 09:37:31 -0700
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