comparison .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
comparison
equal deleted inserted replaced
-1:000000000000 0:c30d68fbd368
1 [extensions]
2 hgext.color=
3 hgext.hgk=
4 hgext.record=
5 hgext.convert=
6 hgext.mq =
7 hgext.parentrevspec=
8 hgext.transplant=
9 hgext.rebase=
10 hgsubversion=
11 hgext.zeroconf=
12 hgext.patchbomb=
13 hgext.graphlog=
14
15 [ui]
16 username = Augie Fackler <durin42@gmail.com>
17 style = compact
18
19 [defaults]
20 qimport = --git
21 qrefresh = --git
22 annotate = -nu
23 heads = --style default
24 serve = -v
25 log = -l 6
26 glog = -l 6
27 diff = -p
28
29 [diff]
30 git=1
31
32 [web]
33 style = gitweb
34 port=7000
35 allow_archive = bz2 zip
36
37 [paths]
38 hgcrew = http://hg.intevation.org/mercurial/crew
39 hgbookmarks = http://www.bitbucket.org/segv/hgbookmarks
40 hgsubv = https://durin42@bitbucket.org/durin42/hgsubversion
41
42 [hooks]
43 # Prevent "hg pull" if MQ patches are applied.
44 #prechangegroup.mq-no-pull = ! hg qtop > /dev/null 2>&1
45 # Prevent "hg push" if MQ patches are applied.
46 #preoutgoing.mq-no-push = ! hg qtop > /dev/null 2>&1