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