aboutsummaryrefslogtreecommitdiff
path: root/dot.hgrc
blob: 25e0a4e388de9b556f3256aba6a4c8a90834b865 (plain) (blame)
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
# -*- conf -*-
%include ~/.hgrc.local

[ui]
username = Thomas Schneider <qsx@qsx.re>

[email]
method = sendmail

[extensions]
gpg =
histedit =
mq =
pager =
patchbomb =
progress =
purge =
rebase =
record =
remotenames =
strip =
zeroconf =

[diff]
git = true
showfunc = true

[alias]
describe = log -r . --template '{latesttag}-{latesttagdistance}-{node|short}\n'
glog = log -G