]> git.wh0rd.org - home.git/blob - .hgrc
ddnuke: add fdisk+prompt to startup, and rough ETA
[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 g = grep
10 l = log
11 rb = rebase
12 rb-a = rebase -a
13 rb-c = rebase -c
14 se = email
15 stash = shelve
16 t = tag
17
18 [extensions]
19 color =
20 hgext.mq =
21 patchbomb =
22 purge =
23 rebase =
24 #histedit = /usr/local/src/hg/histedit/hg_histedit.py
25 #hgshelve = /usr/local/src/hg/hgshelve/hgshelve.py
26
27 [email]
28 method = smtp
29
30 [smtp]
31 host = localhost
32 port = 1111