Module Name:    src
Committed By:   bad
Date:           Fri Jan  3 19:38:03 UTC 2025

Modified Files:
        src/external/gpl2/send-pr/dist/send-pr: send-pr.sh

Log Message:
indicate that aborting will save the PR


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/send-pr/dist/send-pr/send-pr.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/send-pr/dist/send-pr/send-pr.sh
diff -u src/external/gpl2/send-pr/dist/send-pr/send-pr.sh:1.3 src/external/gpl2/send-pr/dist/send-pr/send-pr.sh:1.4
--- src/external/gpl2/send-pr/dist/send-pr/send-pr.sh:1.3	Wed Jul  3 14:23:07 2024
+++ src/external/gpl2/send-pr/dist/send-pr/send-pr.sh	Fri Jan  3 19:38:03 2025
@@ -499,7 +499,7 @@ while [ -z "$REQUEST_ID" ]; do
 
   while true; do
     if [ -z "$BATCH" ]; then
-      $ECHON1 "a)bort, e)dit or s)end? $ECHON2"
+      $ECHON1 "a)bort and save, e)dit or s)end? $ECHON2"
       read input
     else
       if [ $CNT -eq 6 ]; then

Reply via email to