diff .shell.d/50.vcs_functions.sh @ 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 59ea03d7029a
children 040ac89ffe1e
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
 }