From: Mike Frysinger Date: Thu, 21 Mar 2013 04:48:45 +0000 (-0400) Subject: .hgrc: add rebase stuff X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=4eaeebc10faa9dfe2873d687077b841a46edbc9f .hgrc: add rebase stuff --- diff --git a/.hgrc b/.hgrc index d42b2f0..1288c42 100644 --- a/.hgrc +++ b/.hgrc @@ -6,6 +6,9 @@ a = add b = branch clean = purge l = log +rb = rebase +rb-a = rebase -a +rb-c = rebase -c se = email stash = shelve @@ -14,6 +17,7 @@ color = hgext.mq = patchbomb = purge = +rebase = histedit = /usr/local/src/hg/histedit/hg_histedit.py hgshelve = /usr/local/src/hg/hgshelve/hgshelve.py