-
Notifications
You must be signed in to change notification settings - Fork 5
/
example-hgrc
executable file
·48 lines (36 loc) · 971 Bytes
/
example-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
## Copy this file to ~/.hgrc and modify as instructed below.
[auth]
bitbucket.prefix = *.bitbucket.org
bitbucket.schemes = https
## Replace USERNAME in next line with your Bitbucket username and uncomment
#bitbucket.username = USERNAME
[diff]
git = 1
nodates = 1
[extensions]
color =
hgk =
mq =
pager =
progress =
purge =
rebase =
record =
[hostfingerprints]
bitbucket.org = 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b
[pager]
pager = less -FRX
attend = annotate, cat, diff, export, glog, log, qdiff, help, status
[paths]
rtunetwork = https://bitbucket.org/berkeleylab/rtunetwork
[ui]
## Replace FULL NAME and email address in next line and uncomment
#username = FULL NAME <[email protected]>
## If you do not have meld on your system, comment out the remaining
## or change to your favorite 3-way merge application.
merge = meld
[merge-tools]
meld.args = --auto-merge $local $base $other -o $output
meld.gui = True
[merge-patterns]
** = meld