From: Chris Koeritz Date: Tue, 22 May 2018 15:50:21 +0000 (-0400) Subject: fixed formatting X-Git-Tag: 2.140.112^2~1 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=f784ba54b77cfeee2b1840e7b30dc1ac689d4dde fixed formatting --- diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index edce8376..b48ff253 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -81,7 +81,7 @@ function do_revctrl_checkin() pushd "$directory" &>/dev/null if [ -f ".no-checkin" ]; then - echo "skipping check-in due to presence of .no-checkin sentinel file." + echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory" elif [ -d "CVS" ]; then if test_writeable "CVS"; then do_revctrl_simple_update "$directory" @@ -180,7 +180,7 @@ function do_revctrl_report_new # only update if we see a repository living there. if [ -f ".no-checkin" ]; then - echo "skipping reporting due to presence of .no-checkin sentinel file." + echo -ne "\nskipping reporting due to presence of .no-checkin sentinel file: $directory" 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