view .hgrc @ 378:0e99d3a68066

notes to self....that didnt quite do what we wanted :(
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 24 Jul 2013 19:36:46 -0700
parents 4198a58cc520
children 5b94b85763a0
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 =
purge =

[trusted]
users = jhammel
groups = jhammel

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

[alias]
sync = !$HG pull && $HG push