-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgrc
47 lines (37 loc) · 942 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
[ui]
user = bobgardner
username = "Bob Gardner <[email protected]>"
[color]
desc.here = bold
[extensions]
# prompt = ~/src/hg-prompt/prompt.py
# hgext.beautifygraph=
[alias]
shelf = shelve -l
xl = ll -r smart --pager=no
[revsetalias]
next = successors(.)
[pager]
pager = LESS='RSMqi' smartpager
[merge-tools]
splice.executable = vim
splice.args = -f $base $local $other $output -c 'SpliceInit'
splice.premerge = keep
splice.priority = 1
splice.disabled = true
vimdiff.executable = vimdiff
vimdiff.args = -f -d $output -M $local $base $other -c "wincmd J" -c "set modifiable" -c "set write"
vimdiff.premerge = keep
vimdiff.check = conflicts
vimdiff.disabled = false
vimdiff.priority = 1
[phases]
new-commit = secret
[experimental]
revisions.disambiguatewithin = smart
revisions.prefixhexnode = yes
[trainingwheels]
revert--all = false
pushdirty = false
# Comes last so local config overrides global config
%include .local_config/hgrc