-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgrc
executable file
·48 lines (40 loc) · 872 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
[ui]
username = Mina Almasry <almasry.mina@gmail.com>
[hooks]
post-push = hg phase --force --draft "mq()"
[extensions]
mq =
color =
pager =
purge =
[paths]
try = ssh://hg.mozilla.org/try
[pager]
pager = LESS='FRX' less
[defaults]
diff = -p -U 8
qdiff = -p -U 8
qnew = -Ue
qrefresh = -e
[diff]
git = 1
unified = 8
showfunc = 1
[color]
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
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]
show = log --patch --rev