From e1edf44a762fd057bc40c3129872bd1d236cd9a5 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 20 Dec 2016 10:52:57 -0500 Subject: [PATCH] changed lingo for skipping --- scripts/rev_control/version_control.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1