more info in doc
[feisty_meow.git] / scripts / rev_control / checkin.sh
index 5519f68bd13f2d928f00502935dfeb8e1c6b07e6..7d734187dd4c0e8726bc82b3a6d924f85e0fee38 100644 (file)
@@ -5,6 +5,8 @@
 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh"
 
+save_terminal_title
+
 ##############
 
 echo "committing repositories at: $(date)"
@@ -17,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
@@ -25,3 +29,5 @@ regenerate
 
 ##############
 
+restore_terminal_title
+