changed lingo for skipping
authorChris Koeritz <fred@gruntose.com>
Tue, 20 Dec 2016 15:52:57 +0000 (10:52 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 20 Dec 2016 15:52:57 +0000 (10:52 -0500)
scripts/rev_control/version_control.sh

index dc04c0d91fa915702431c10c86291dc6f8a382a0..6488ade1b7bc7b1ef69e3abc1c9979c2602f5320 100644 (file)
@@ -116,7 +116,7 @@ function do_checkin()
   pushd "$directory" &>/dev/null
   local retval=0  # normally successful.
   if [ -f ".no-checkin" ]; then
-    echo "Not checking in because found .no-checkin sentinel file."
+    echo "Skipping check-in due to presence of .no-checkin sentinel file."
   elif [ -d "CVS" ]; then
     cvs ci .
     retval=$?
@@ -168,7 +168,7 @@ function do_report_new
 
   # only update if we see a repository living there.
   if [ -f ".no-checkin" ]; then
-    echo "Not reporting mods because found .no-checkin sentinel file."
+    echo "Skipping reporting due to presence of .no-checkin sentinel file."
   elif [ -d ".svn" ]; then
     # this action so far only makes sense and is needed for svn.
     bash $FEISTY_MEOW_SCRIPTS/rev_control/svnapply.sh \? echo