# HG changeset patch # User Augie Fackler # Date 1228366545 21600 # Node ID c22ca1514f3b2556eb6f31edb69c04736e30c07d # Parent d4d720c4c416ad53430d0061ba3bbb06b1dfa52b Add an alias to ease working with mq repos. diff --git a/.zsh/50.vcs_functions.zsh b/.zsh/50.vcs_functions.zsh --- 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