updated for flag git wanted me to add.
[feisty_meow.git] / scripts / rev_control / rev_checkin.sh
index 587824343dec248a281d16b42f0d7b225109f030..15d86683f0c6b0fc36215cf389ea8cb6771b7f2d 100644 (file)
@@ -17,17 +17,6 @@ for i in * ; do
   if [ -d "$i" ]; then
     echo "[$i]"
     do_checkin $i
-#    pushd $i &>/dev/null
-#    # only update if we see a repository living there.
-#    if [ -d ".svn" ]; then
-#      svn ci .
-#    elif [ -d ".git" ]; then
-#      git commit .
-#      git push
-#    elif [ -d "CVS" ]; then
-#      cvs diff .
-#    fi
-#    popd &>/dev/null
     echo "======="
   fi
 done