From: Chris Koeritz Date: Tue, 20 Dec 2016 15:52:57 +0000 (-0500) Subject: changed lingo for skipping X-Git-Tag: 2.140.90~312 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=e1edf44a762fd057bc40c3129872bd1d236cd9a5;p=feisty_meow.git changed lingo for skipping --- diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index dc04c0d9..6488ade1 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -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