forked from ryanb/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhgrc.erb
67 lines (55 loc) · 1.16 KB
/
hgrc.erb
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
58
59
60
61
62
63
64
65
66
67
[review]
max_diff = -1
domain = dropbox.com
[smtp]
host = tarak.corp.getdropbox.com
[review:subscribers]
*client* = [email protected]
*server* = [email protected]
[extdiff]
cmd.opendiff = ~/bin/opendiff-w
cmd.meld = bcompare
opts.meld = -expandall -solo -lro
cmd.meld2 = meld
[auth]
sonic.prefix = https://sonic.corp.dropbox.com
sonic.username = <%= print("Your sonic username: "); STDOUT.flush; STDIN.gets.chomp %>
[ui]
username = <%= print("Your hg username: "); STDOUT.flush; STDIN.gets.chomp %>
merge = bcomp
[merge-tools]
bcomp.executable = bcompare
bcomp.priority = 1
bcomp.args = $local $other $base $output
bcomp.premerge = True
bcomp.gui = True
[reviewboard]
user = david
server = http://sonic.corp.dropbox.com/reviews
[extensions]
children =
color =
eol =
extdiff =
fetch =
graphlog =
hgk =
mercurial_keyring =
mq =
pager =
progress =
prompt = ~/.bin/prompt.py
purge =
record =
review = ~/src/hgreview/review.py
reviewboard = ~/bin/reviewboard
transplant =
[diff]
git = 1
nodates = 1
[pager]
pager = LESS='FSRX' less
[hgk]
path = /Library/Python/2.6/site-packages/mercurial-1.6.4-py2.6-macosx-10.6-universal.egg/hgext/hgk.py
[eol]
only-consistent=False