From: Chris Koeritz Date: Thu, 24 May 2018 02:07:31 +0000 (-0400) Subject: fixed no checkin message X-Git-Tag: 2.140.113^2~9 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=95ddf70a4d403b9c263fecbe979cd4efe2d881fa fixed no checkin message --- diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 2331b3a4..737f314c 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -88,7 +88,7 @@ function do_revctrl_checkin() exit_on_error "updating repository; this issue should be fixed before check-in." if [ -f ".no-checkin" ]; then # echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory" - tell_no_checkin + $tell_no_checkin else $blatt_report cvs ci . @@ -101,7 +101,7 @@ function do_revctrl_checkin() exit_on_error "updating repository; this issue should be fixed before check-in." if [ -f ".no-checkin" ]; then # echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory" - tell_no_checkin + $tell_no_checkin else $blatt_report svn ci . @@ -116,7 +116,7 @@ function do_revctrl_checkin() if [ -f ".no-checkin" ]; then # echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory" - tell_no_checkin + $tell_no_checkin else $blatt_report