-
Notifications
You must be signed in to change notification settings - Fork 0
/
hgrc
40 lines (32 loc) · 788 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
[extensions]
color=
crecord=/home/me/.hg/ext/crecord
inotify=
mq=
pager=
progress=
qimportbz=/home/me/.hg/ext/version-control-tools/hgext/qimportbz
bzexport=/home/me/.hg/ext/version-control-tools/hgext/bzexport
[ui]
username = Edwin Flores <[email protected]>
[diff]
git = 1
showfunc = 1
unified = 8
[defaults]
qnew = -Ue
[paths]
try = ssh://hg.mozilla.org/try
inbound = ssh://hg.mozilla.org/integration/mozilla-inbound
central = ssh://hg.mozilla.org/mozilla-central
aurora = ssh://hg.mozilla.org/releases/mozilla-aurora
beta = ssh://hg.mozilla.org/releases/mozilla-beta
[alias]
try = push -f try
[hooks]
post-try = hg phase --force --draft "mq()"
[color]
# need this because solarized has a dark blue background
qseries.unapplied = none
[bzexport]
username = [email protected]