forked from statico/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.hgrc
More file actions
31 lines (28 loc) · 620 Bytes
/
Copy path.hgrc
File metadata and controls
31 lines (28 loc) · 620 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
30
31
[ui]
username = Ian Langworth <ian@artillery.com>
[extensions]
color =
pager =
[color]
mode = ansi
status.modified = bold yellow
status.added = bold green
status.removed = bold red
status.deleted = bold cyan
status.unknown = bold magenta
status.ignored = bold black
status.clean = none
status.copied = none
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 = blue
diff.deleted = red
diff.inserted = green
diff.changed = white
diff.trailingwhitespace = bold red_background
[pager]
pager = LESS='FRX' less