blob: 0f3c49f618d529be157226773921a731ee1f3098 (
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@chaotikum.eu>
[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
|