view .hgrc @ 72:d23dde77450a

add histedit to paths
author Augie Fackler <durin42@gmail.com>
date Mon, 06 Apr 2009 21:23:35 -0500
parents 38d7b422fcf5
children 45d7441d0cf2
line wrap: on
line source

[extensions]
hgext.alias=
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.zeroconf=
hgsubversion=
hggit=
histedit=

[alias]
ll=log --graph -l 6

[ui]
username = Augie Fackler <durin42@gmail.com>
style = compact
ignore = ~/.hgglobalignore

[defaults]
qimport = --git
qrefresh = --git
annotate = -nu
heads = --style default
serve = -v
outgoing = --graph
incoming =  --graph
diff = -p

[diff]
git=1

[web]
style = gitweb
port=7000
allow_archive = bz2 zip

[color]
status.ignored = magenta bold

[paths]
hgcrew = http://hg.intevation.org/mercurial/crew
hgsubv = ssh://hg@bitbucket.org/durin42/hgsubversion/
hggit = ssh://hg@bitbucket.org/durin42/hggit/
histedit = ssh://hg@bitbucket.org/durin42/histedit/

[hooks]
# Prevent "hg pull" if MQ patches are applied.
#prechangegroup.mq-no-pull = ! hg qtop > /dev/null 2>&1
# Prevent "hg push" if MQ patches are applied.
#preoutgoing.mq-no-push = ! hg qtop > /dev/null 2>&1