updated notes
authorFred Hamster <fred@gruntose.com>
Wed, 8 Jan 2025 20:11:11 +0000 (15:11 -0500)
committerFred Hamster <fred@gruntose.com>
Wed, 8 Jan 2025 20:11:11 +0000 (15:11 -0500)
scripts/about_scripts.txt
scripts/rev_control/version_control.sh

index 51fe3f55efbf81a148c45ea6417fe89be90012b3..fdd3cfb8318ec34d153689ba6b9e63936f7c3473 100644 (file)
@@ -1,12 +1,13 @@
 
-this folder houses all of the feisty meow scripts that are considered general purpose,
-rather than being hideously idiosyncratic and personal.  unfortunately not all weird
-scripts have been culled to the customizations yet (and that work will probably go on for
-years).
-
-all of these scripts were formerly known as "the yeticode collection", and they even
-lived in their own domain yeticode.org.  this was before i stopped buying a new domain
-name on the merest whim.  consolidating them in with the codebase has worked a lot
-better anyhow.  but we still love yetis.
+this folder houses all of the feisty meow scripts that are considered
+general purpose, rather than being hideously idiosyncratic and personal.
+unfortunately not all weird scripts have been culled of their customizations
+yet (and that work will probably go on for years).
+
+many of these scripts were formerly known as "the yeticode collection", and
+they even lived in their own domain yeticode.org.  this was before i stopped
+buying new domain names on the merest of whims.  our effort of consolidating
+these scripts into the feisty meow codebase has worked out really well.
+but we still love yetis.
 
 
index a05226b14ddff567256bee94f0a1b9d5689fa2f1..bf96c5421164e90040881c7338b55983f8cec2a2 100644 (file)
@@ -549,6 +549,7 @@ function perform_revctrl_action_on_file()
     pushd "$dirname" &>/dev/null
     echo -n "[$(pwd)]  "
     # pass the current directory plus the remaining parameters from function invocation.
+echo "about to get active with: '$action .'"
     $action . 
     local retval=$?
     if [ $retval -ne 0 ]; then