view .hgrc @ 275:37babeba4a4a

hgrc: update email address
author Augie Fackler <raf@durin42.com>
date Fri, 27 Apr 2012 16:47:59 -0500
parents be933a11b72c
children 029b0442413b
line wrap: on
line source

[extensions]
hgext.bookmarks=
hgext.color=
hgext.convert=
hgext.graphlog=
hgext.highlight=
hgext.hgk=
hgext.mq=
hgext.parentrevspec=
hgext.patchbomb=
hgext.purge=
hgext.rebase=
hgext.record=
hgext.transplant=
hgext.schemes=
hgext.progress=
hggit=
hgsubversion=
hg_histedit=
hg_remotebranches=

[alias]
ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")'
upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n'
utip = log -r 'limit(heads(upstream()), 1)'
egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | xargs -0 egrep -H '$1'

wc-out = log -r 'ancestors(.) and not upstream()'
wc-email = email -r 'ancestors(.) and not upstream()'

[ui]
username = Augie Fackler <raf@durin42.com>
ignore = ~/.hgglobalignore
usehttp2=true

[defaults]
qimport = --git
qrefresh = --git
annotate = -nu
heads = --style default
serve = -v
outgoing = --graph
# --graph is breaking incoming, need to investigate
# incoming =  --graph
diff = -p

[diff]
git=1

[bookmarks]
track.current = 1

[web]
port=7000
allow_archive = bz2 zip

[color]
status.ignored = magenta bold
qseries.unapplied = magenta bold