blob: 6089a62895658baa157793b8f400572b39790017 (
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
|
# -*- conf -*-
%include ~/.hgrc.local
[ui]
username = Thomas Schneider <qsx@chaotikum.eu>
tweakdefaults = true
[email]
method = sendmail
[extensions]
gpg =
histedit =
mq =
patchbomb =
purge =
rebase =
remotenames =
strip =
zeroconf =
[alias]
describe = log -r . --template '{latesttag}-{latesttagdistance}-{node|short}\n'
glog = log -G
|