Mercurial > dotfiles
view .hgrc @ 10:b4bfce76123f
Reorder these checks. With my home being in hg, it was winning over any other
checkouts. Now look for hg last.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 02 Dec 2008 19:53:38 -0600 |
parents | a6581f7a5b1a |
children | a757a99bc885 |
line wrap: on
line source
[extensions] hgext.color= hgext.hgk= hgext.record= hgext.convert= hgext.mq = hgext.parentrevspec= hgext.transplant= hgext.rebase= hgsubversion= hgext.zeroconf= hgext.patchbomb= hgext.graphlog= [ui] username = Augie Fackler <durin42@gmail.com> style = compact [defaults] qimport = --git qrefresh = --git annotate = -nu heads = --style default serve = -v log = -l 6 --graph outgoing = --graph incoming = --graph diff = -p [diff] git=1 [web] style = gitweb port=7000 allow_archive = bz2 zip [paths] hgcrew = http://hg.intevation.org/mercurial/crew hgbookmarks = http://www.bitbucket.org/segv/hgbookmarks hgsubv = https://durin42@bitbucket.org/durin42/hgsubversion [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