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

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

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

[diff]
git = true
showfunc = true

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