Add the tmd hg alias and remove an old bash alias.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 07 Oct 2009 00:06:27 -0400 |
parents |
8878d2c097c4
|
children |
11c087d7ffe0
|
branches/tags |
(none) |
files |
.bashrc .hgrc |
Changes
--- 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"
--- 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