forked from Belgarion/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hgrc
57 lines (51 loc) · 1.19 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
[ui]
username = Sebastian Larsson <[email protected]>
verbose = True
merge = vimdiff
logtemplate = '\033[33mrevision|hash|tag|head:\033[0m r{rev} | {node} | {tags} | {heads}\n\033[33muser: \033[0m{author} [on {date|isodate}] \033[0m\n\033[33mmessage:\033[0m {desc}\n\n'
[merge-tools]
vimdiff.executable = vim
vimdiff.args = -d $base $local $output $other +close +close
[color]
status.modified = blue bold underline
status.added = green bold
status.removed = red bold
status.deleted = cyan bold underline
status.unknown = magenta bold underline
status.ignored = magenta bold
diff.diffline = magenta
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
[pager]
pager = LESS='FSRX' less
[progress]
delay = 1.5
[defaults]
qimport = --git
qrefresh = --git
annotate = -nu
heads = --style default
serve = -v
outgoing = --graph
# --graph is breaking incoming, need to investigate
# incoming = --graph
diff = -p
commit = --verbose
[extensions]
rebase =
convert=
extdiff=
graphlog=
record=
color=
pager=
hgext.progress=
hgext.pager=
hgext.churn=
hgext.bookmarks =