X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.hgrc;h=e6aee8b0755a6ac58aa2e79a66527a91cbed65fc;hb=060d43378dcf01b827f82d77c291fe2bf0238555;hp=a264a11760b616c962be3fb89084ba25856c3d3c;hpb=0277d1b998c5bb8ddbed73be915365df10c0640b;p=home.git diff --git a/.hgrc b/.hgrc index a264a11..e6aee8b 100644 --- a/.hgrc +++ b/.hgrc @@ -2,15 +2,26 @@ username = Mike Frysinger [alias] -a = add -b = branch -se = email +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 [email] method = smtp