view .hgrc @ 71:3d111401010f

add a function to view the files in a diff
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 26 May 2010 10:15:35 -0700
parents 3c1f9b412675
children c4126b9a185f
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 = 

[trusted]
users = jhammel
groups = jhammel

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