-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgrc
39 lines (33 loc) · 832 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
# system-wide mercurial configuration file
# See hgrc(5) for more information
#
[ui]
username = Andres Moreira <andres@scrapinghub.com>
ssh = ssh -C
[diff]
showfunc = 1
nodates = 1
git = 1
[extensions]
hgext.hgk =
hgext.fetch =
hgext.color =
hgext.mq =
hgext.transplant=
hgext.convert=
hgext.rebase=
paste = ~/hg/hg-paste/paste.py
graphlog =
hgext.extdiff =
hgext.collapse = ~/.hg/extensions/hgext/collapse.py
[trusted]
users = molveyra, mercurial
groups = mercurial
[alias]
spaste = paste --dest lodgeit --url "https://paste.scrapinghub.com" --usenetrc
mpaste = paste --dest pastebin.dixo.net --url "https://dev.mydeco.com/pastebin/" --usenetrc
[extdiff]
# if cwdiff is in your path, otherwise set to wherever you've installed cwdiff
cmd.wdiff = cwdiff
#add --no-color below, if you dislike colors!
opts.wdiff = --diff --ab