]> git.wh0rd.org - home.git/blobdiff - .hgrc
ignore more files
[home.git] / .hgrc
diff --git a/.hgrc b/.hgrc
index d42b2f08760da735c9f12a15ed1503ad539bfb18..e6aee8b0755a6ac58aa2e79a66527a91cbed65fc 100644 (file)
--- a/.hgrc
+++ b/.hgrc
@@ -5,15 +5,21 @@ username = Mike Frysinger <vapier@gentoo.org>
 a     = add
 b     = branch
 clean = purge
+diff  = diff -p
 l     = log
+rb    = rebase
+rb-a  = rebase -a
+rb-c  = rebase -c
 se    = email
 stash = shelve
+t     = tag
 
 [extensions]
 color =
 hgext.mq =
 patchbomb =
 purge =
+rebase =
 histedit = /usr/local/src/hg/histedit/hg_histedit.py
 hgshelve = /usr/local/src/hg/hgshelve/hgshelve.py