-
Notifications
You must be signed in to change notification settings - Fork 0
/
hgrc
48 lines (40 loc) · 788 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
43
44
45
46
47
48
[alias]
latest = log --limit 5
glatest = glog --limit 10
ls = locate '*' -I .
[defaults]
[diff]
git = true
[extdiff]
cmd.kdiff3 =
[extensions]
color =
fetch =
mq =
pager =
hgext.extdiff =
hgext.purge =
rebase =
hgext.graphlog =
hgext.convert =
[color]
status.modified = red bold
status.added = cyan bold
status.removed = magenta bold
status.deleted = red_background bold
status.unknown = blue bold
status.ignored = none
diff.diffline = green bold
diff.extended = magenta bold
diff.file_a = green bold
diff.file_b = green bold
diff.hunk = yellow bold
diff.deleted = red bold
diff.inserted = cyan bold
diff.changed = white bold
diff.trailingwhitespace = none
[pager]
pager = LESS='FSRX' less
[ui]
editor = vim
username = Sam Kaplan <[email protected]>