diff .hgrc @ 0:c30d68fbd368

Initial import from svn.
author Augie Fackler <durin42@gmail.com>
date Wed, 26 Nov 2008 10:56:09 -0600
parents
children 91dbdbea15e5
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/.hgrc
@@ -0,0 +1,46 @@
+[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
+glog = -l 6
+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