forked from oryband/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhgrc
41 lines (27 loc) · 694 Bytes
/
hgrc
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
31
32
33
34
35
36
37
38
39
40
[ui]
username = Ory Band <[email protected]>
verbose = True
merge = vimdiff
[web]
cacerts = /etc/hg-dummy-cert.pem
[merge-tools]
vimdiff.executable = vim
vimdiff.args = -d $base $local $output $other +close +close
[extensions]
#hgattic=~/.hg/extensions/attic.py
#hgext.extdiff =
# Enable colorful `hg diff`.
color =
# Enable custom app to view hg ouput
pager =
[color]
#status.modified = blue bold underline red_background
# Overriding default colors (Blue isn't readable for a dark background terminal).
status.modified = cyan bold
[pager]
# Use `less` to view hg output.
pager = less
quiet = True
attend = diff,status,log,qdiff,blame,annotate,pdiff,glog
[extdiff]
cmd.vimdiff =