blob: 02b289323400263281a3f1efc1b59fc181afadc8 (
plain)
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
|
[ui]
username = Miquel Sabaté Solà <mikisabate@gmail.com>
ignore = ~/.hgignore
[hooks]
preupdate = hg status --rev .:$HG_PARENT1
[alias]
show = log -pr
down = !$HG pull --rebase; $HG update
blame = annotate --user -c
[pager]
pager = LESS='FSRX' less
[extensions]
pager =
color =
rebase =
shelve =
progress =
[color]
status.added = green
status.modified = red
status.removed = red
status.deleted = red
status.unknown = blue bold
|