# HG changeset patch # User Steve Losh # Date 1254888387 14400 # Node ID a92c2fa08ceb1351fa20af33e650c624eaec72a4 # Parent 8878d2c097c480c2279e1b48c3e8bc400b14a9d7 Add the tmd hg alias and remove an old bash alias. diff -r 8878d2c097c4 -r a92c2fa08ceb .bashrc --- a/.bashrc Sun Oct 04 11:44:45 2009 -0400 +++ b/.bashrc Wed Oct 07 00:06:27 2009 -0400 @@ -2,7 +2,6 @@ alias less='less -R ' alias hl='less -R' alias pm='python manage.py ' -alias tunnel_webf_mysql='ssh -NL 3306/web45.webfaction.com/3306 webf' alias mq='hg -R $(hg root)/.hg/patches' alias oo='open .' alias flakes="find . -name '*.py' -print0 | xargs -0 pyflakes" diff -r 8878d2c097c4 -r a92c2fa08ceb .hgrc --- a/.hgrc Sun Oct 04 11:44:45 2009 -0400 +++ b/.hgrc Wed Oct 07 00:06:27 2009 -0400 @@ -30,6 +30,7 @@ fold = collapse show = log --template 'changeset: {rev}:{node|short} \033[33;40m{tags}\033[37;40m\033[35;40m{branches}\033[37;40m\nauthor: {author}\ndate: {date|rfc822date} ({date|age} ago)\nsummary: {desc|firstline}\n\nadded: \033[32;40m{file_adds}\033[37;40m\nremoved: \033[31;40m{file_dels}\033[37;40m\nchanged: \033[36;40m{file_mods}\033[37;40m\n\n' --color=always -pr nudge = push --rev . +tmd = diff --no-color -U 10 [diff] git = True