taking out colons also, as painful as that sounds.
[feisty_meow.git] / scripts / rev_control / rev_update.sh
index a6c658b3c6746f300c7da2d9a57add2017628f95..3bf9213246c79a13fc1cb455c9a63c9c9459aa20 100644 (file)
@@ -17,16 +17,6 @@ for i in * ; do
   if [ -d "$i" ]; then
     echo "[$i]"
     do_update "$i"
-#    pushd $i &>/dev/null
-#    # only update if we see a repository living there.
-#    if [ -d ".svn" ]; then
-#      svn update .
-#    elif [ -d ".git" ]; then
-#      git pull 
-#    elif [ -d "CVS" ]; then
-#      cvs update .
-#    fi
-#    popd &>/dev/null
     echo "======="
   fi
 done