diff .shell.d/50.vcs_functions.sh @ 81:5b1c3bfcf4b8

Remove special case for hgsubversion that is no longer needed.
author Augie Fackler <durin42@gmail.com>
date Mon, 13 Apr 2009 10:59:31 -0500
parents 5232fa3d7ad3
children 568f9f350844
line wrap: on
line diff
--- a/.shell.d/50.vcs_functions.sh
+++ b/.shell.d/50.vcs_functions.sh
@@ -121,10 +121,6 @@ function update_source_trees() {
         if [ -e .svn ] ; then
             echo $aa 'is an svn checkout, updating'
             svn up
-        elif [ -e .hg/svn ] ; then
-            echo $aa 'is an hg-svn checkout, updating'
-            hg svn pull
-            hg up
         elif [ -e .git/svn ] ; then
             echo $aa 'is a git-svn checkout, updating'
             git svn fetch