# HG changeset patch
# User Augie Fackler <durin42@gmail.com>
# Date 1234214413 21600
# Node ID e80bc65439acd7836dec9bac51588a6fc00532e4
# Parent  8946e6ae27478887f1db25ae53a96ee4e46e93c2
Too clever for my own good in this function.

diff --git a/.shell.d/50.vcs_functions.sh b/.shell.d/50.vcs_functions.sh
--- a/.shell.d/50.vcs_functions.sh
+++ b/.shell.d/50.vcs_functions.sh
@@ -48,7 +48,7 @@ function hg-svn-mkbranch() {
                 }'`
 
     branchname=$br
-    echo svn cp $upstream/$branchname $upstream/branches/$1 -m \"Creating branch $1\"
+    echo svn cp $upstream/$branchname $upstream/branches/$1
 }
 
 # Function to clean locks out of svn wcs