-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_hgrc
93 lines (77 loc) · 1.8 KB
/
dot_hgrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[ui]
username = Nicolas Dumazet <[email protected]>
editor = nvim -c 'set ft=hgs'
merge = mergediff
ssh = ssh -C
portablefilenames = abort
ignore = ~/.hgignore
[smtp]
host = smtp.gmail.com
username = nicdumz
port = 587
tls = true
[email]
from = Nicolas Dumazet <[email protected]>
[diff]
git = true
#showfunc= true
[paths]
crew = http://hg.intevation.org/mercurial/crew+main/
crewauth = ssh://[email protected]/mercurial/crew
crew-stable = http://hg.intevation.org/mercurial/crew-stable
hg = http://selenic.com/repo/hg
my-mq = bb+ssh://nicdumz/mercurial-crew-mq
pyrope = bb+ssh://nicdumz/pyrope/
docs = bb+ssh://nicdumz/docs/
fsevents = bb+ssh://nicdumz/fsevents/
bot = bb+ssh://nicdumz/wikipedia-dumzibot/
dotfiles = bb+ssh://nicdumz/dotfiles/
libretweet = bb+ssh://nicdumz/libretweet/
patchshelter = bb+ssh://nicdumz/patchshelter/
hgtest = ssh://[email protected]:2222/
webfaction = ssh://[email protected]/tmp/buildwebsite
[extensions]
graphlog =
mq =
patchbomb =
color =
# create a graph showing who changed the most lines
# add the 'churn' command
churn =
#inotify =
#perf =
hgext.convert =
#hgsubversion = /home/nico/projets/hgsubversion/hgsubversion
highlight =
record =
purge=
transplant=
rebase=
bookmarks=
#progress=
schemes=
histedit=
# prettier graphs using fancy fonts
beautifygraph=
#patchshelter = /home/nicdumz/opensource/patchshelter/
[inotify]
log = /tmp/inotify.log
debug = True
[alias]
bomb = email -t [email protected]
[web]
allow_push = *
push_ssl = false
name = NicDumZ
[merge-tools]
vimdiff.executable = vim
vimdiff.args = -d $base $local $output $other +close +close
[hooks]
patchshelter.update=python:patchshelter.hooks.MH
[trainingwheels]
revert--all=false
[color]
# bold green current CL in graph.
desc.here = green bold
[google-change-tags]
default.markdown=true