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