7903ea8c1103

Add the mq alias.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 04 Jul 2009 01:42:24 -0400
parents b75cf9292c35
children 482ef2dd8a04
branches/tags (none)
files .bashrc

Changes

--- a/.bashrc	Tue Jun 23 19:02:16 2009 -0400
+++ b/.bashrc	Sat Jul 04 01:42:24 2009 -0400
@@ -3,6 +3,7 @@
 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'
 
 bind 'set completion-ignore-case on'
 bind 'set show-all-if-ambiguous on'
@@ -37,4 +38,4 @@
 }
 
 export PS1='\n${PINK}\u ${D}at ${ORANGE}\h ${D}in ${GREEN}\w$(hg_ps1)\
-${D}\n$ '
\ No newline at end of file
+${D}\n$ '