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