Mercurial > dotfiles
changeset 167:f485c32913cd
vcs functions: refer to hgsubversion by the real name
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 16 Dec 2009 10:29:56 -0600 |
parents | 1f6d35a7a197 |
children | efe94205bf07 |
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 @@ -38,7 +38,7 @@ function svnurlof() { url=`hg -R $dir svn info 2> /dev/null | grep '^URL: ' | sed 's/URL: //'` fi if [ x"$url" = "x" ] ; then - echo -n 'No repo found (tried svn, git-svn, hgsvnclient)' + echo -n 'No repo found (tried svn, git-svn, hgsubversion)' fi echo $url }