-
Notifications
You must be signed in to change notification settings - Fork 1
/
hgrc
60 lines (51 loc) · 1.29 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[ui]
username = Nick Phillips <[email protected]>
#verbose = True
#debug = 1
[trusted]
users = kit
[extensions]
#color =
#transplant =
#rebase =
#inotify =
#hgk =
# b0rk b0rk b0rk
#chart = ~/.hgext/hg-chart-extension/hgext/chart.py
# This causes an exception on push. Heaven knows why.
#activity = ~/.hgext/activity.py
# see http://mercurial.selenic.com/wiki/QctExtension?highlight=%28plugin%29
#qct =
git =
#collapse = ~/.hgext/collapse.py
#histedit = ~/.hgext/histedit
#crecord = ~/.hgext/crecord/crecord
convert =
strip =
[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
#status.modified = blue bold underline red_background
#status.added = green bold
#status.removed = red bold blue_background
#status.deleted = cyan bold underline
#status.unknown = magenta bold underline
#status.ignored = black bold
#status.clean = none
#status.copied = none
#qseries.applied = blue bold underline
#qseries.unapplied = black bold
#qseries.missing = red 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