From 4e0d105164d48387cb49d71a695bfed9a94b8221 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 22 May 2018 15:26:53 +0000 Subject: [PATCH] second test and nicer formatting looking good; i think the change for checkin can stay in place, so that now we always do a careful update before committing. makes perfect sense in this ordering, and i don't know what screwy problems i was having before with that order but they seem to be gone now. also checkin and puffer outer scripts have better formatting. --- scripts/rev_control/bogus_file_tests_new_checkin-second_one.txt | 1 + scripts/rev_control/checkin.sh | 2 ++ scripts/rev_control/puffer.sh | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 scripts/rev_control/bogus_file_tests_new_checkin-second_one.txt diff --git a/scripts/rev_control/bogus_file_tests_new_checkin-second_one.txt b/scripts/rev_control/bogus_file_tests_new_checkin-second_one.txt new file mode 100644 index 00000000..9a841051 --- /dev/null +++ b/scripts/rev_control/bogus_file_tests_new_checkin-second_one.txt @@ -0,0 +1 @@ +testing a file added diff diff --git a/scripts/rev_control/checkin.sh b/scripts/rev_control/checkin.sh index 5c254b86..7d734187 100644 --- a/scripts/rev_control/checkin.sh +++ b/scripts/rev_control/checkin.sh @@ -19,6 +19,8 @@ fi checkin_list $FULL_LIST exit_on_error "revision control check-in of list: $FULL_LIST" +echo + ############## # regenerate the scripts after the check-in, since an update during check-in diff --git a/scripts/rev_control/puffer.sh b/scripts/rev_control/puffer.sh index 59ea7de5..2e676b5b 100644 --- a/scripts/rev_control/puffer.sh +++ b/scripts/rev_control/puffer.sh @@ -23,6 +23,8 @@ fi puff_out_list $FULL_LIST exit_on_error "puffing out list: $FULL_LIST" +echo + ############## # regenerate the scripts after puffing out, since this could mean a modified version -- 2.34.1