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