forked from blueyed/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhgrc
More file actions
29 lines (23 loc) · 593 Bytes
/
hgrc
File metadata and controls
29 lines (23 loc) · 593 Bytes
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
[ui]
username = Daniel Hahler <hg@thequod.de>
[extensions]
hgext.patchbomb =
graphlog =
# Disabled for now - may ship it with dotfiles as in: mercurial_keyring = ~/.dotfiles/lib/...
# mercurial_keyring =
progress =
[email]
method = /usr/sbin/sendmail
[hostfingerprints]
lu1.lugensa.net = 60:3A:2E:1B:D5:DD:12:0D:CF:C5:90:BF:38:98:68:83:68:B2:1E:5E
# Color output, source http://superuser.com/a/403748/30216
[extensions]
color =
pager =
rebase =
histedit =
shelve =
[pager]
pager = LESS='FRSXQ' less
quiet = True
attend = outgoing,incoming,diff,status,log,qdiff,blame,annotate,pdiff,glog