]> git.wh0rd.org - home.git/blob - .hgrc
hgrc: disable extensions by default as they are too flaky
[home.git] / .hgrc
1 [ui]
2 username = Mike Frysinger <vapier@gentoo.org>
3
4 [alias]
5 a = add
6 b = branch
7 clean = purge
8 diff = diff -p
9 l = log
10 rb = rebase
11 rb-a = rebase -a
12 rb-c = rebase -c
13 se = email
14 stash = shelve
15 t = tag
16
17 [extensions]
18 color =
19 hgext.mq =
20 patchbomb =
21 purge =
22 rebase =
23 #histedit = /usr/local/src/hg/histedit/hg_histedit.py
24 #hgshelve = /usr/local/src/hg/hgshelve/hgshelve.py
25
26 [email]
27 method = smtp
28
29 [smtp]
30 host = localhost
31 port = 1111