Mercurial > dotfiles
changeset 47:e80bc65439ac
Too clever for my own good in this function.
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Mon, 09 Feb 2009 15:20:13 -0600 |
| parents | 8946e6ae2747 |
| children | bc63fd9e6d64 |
| files | .shell.d/50.vcs_functions.sh |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
