# HG changeset patch # User Augie Fackler # Date 1239638371 18000 # Node ID 5b1c3bfcf4b8d50c1711e1537e0ecd4bc336b5bf # Parent 423b8666e6f62fb5450e1996b51c94064303b88b Remove special case for hgsubversion that is no longer needed. 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 @@ -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