view .hgrc @ 119:dc3c8f90a418

* a new prompt! * add wiktionary handler to smartopen
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 22 Dec 2010 17:23:21 -0800
parents 2a83052a7a50
children c0bd17a8033b
line wrap: on
line source

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

[defaults]
commit = -v
diff = -p -U 8
qdiff = -p -U 8
qnew = -U
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