-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgrc
42 lines (37 loc) · 866 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
41
42
[ui]
username = Jacob Tuz <[email protected]>
verbose = true
merge = vimdiff
editor = vim
ssh = ssh -C
[diff]
git = 1
[extensions]
color =
progress =
graphlog =
[color]
status.modified = magenta bold
status.added = green bold
status.removed = red bold
status.deleted = cyan bold
status.unknown = blue bold
status.ignored = black bold
diff.diffline = bold
diff.extended = cyan bold
diff.file_a = red bold
diff.file_b = green bold
diff.hunk = magenta
diff.deleted = red
diff.inserted = green
diff.changed = white
diff.trailingwhitespace = bold red_background
[alias]
slog = log --style=˝/.hg-styles/map-cmdline.slog
nlog = log --style=˝/.hg-styles/map-cmdline.nlog
sglog = glog --style=˝/.hg-styles/map-cmdline.sglog
[web]
#For Debian based systems
cacerts = /etc/ssl/certs/ca-certificates.crt
# For Red Hat Systems
#cacerts = /etc/pki/tls/certs/ca-bundle.crt