Mercurial > dotfiles
view .hgrc @ 23:e1caf3e773a8
Need an alias to do log of a named branch
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 16 Dec 2008 11:28:11 -0600 |
parents | b465892f75e4 |
children | 895bcf0db86a |
line wrap: on
line source
[extensions] hgext.alias= hgext.bookmarks= hgext.color= hgext.convert= hgext.graphlog= hgext.hgk= hgext.mq= hgext.parentrevspec= hgext.patchbomb= hgext.purge= hgext.rebase= hgext.record= hgext.transplant= hgext.zeroconf= hgsubversion= [alias] # because the --graph default to log breaks log -b blog=log -b [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 [color] status.ignored = magenta bold [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