changeset 13:c22ca1514f3b

Add an alias to ease working with mq repos.
author Augie Fackler <durin42@gmail.com>
date Wed, 03 Dec 2008 22:55:45 -0600
parents d4d720c4c416
children 34fd1e79495b
files .zsh/50.vcs_functions.zsh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.zsh/50.vcs_functions.zsh
+++ b/.zsh/50.vcs_functions.zsh
@@ -2,6 +2,8 @@
 # This file contains a handful of functions that relate to using some version
 # control tool or other.
 
+alias mq='hg -R .hg/patches'
+
 # Function to grab the url of an svn wc
 function svnurlof() {
     local url