Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/gnu/usr.bin/send-pr pull up rev 1.18 from trunk (reques...
details: https://anonhg.NetBSD.org/src/rev/a2f6ddbbbeb3
branches: netbsd-1-4
changeset: 469659:a2f6ddbbbeb3
user: cgd <cgd%NetBSD.org@localhost>
date: Fri Nov 05 07:07:21 1999 +0000
description:
pull up rev 1.18 from trunk (requested by jdolecek):
Change the example values of the Confidential field from "yes | no" to
"no | yes" so that "yes" will be less likely to be used accidentally.
diffstat:
gnu/usr.bin/send-pr/send-pr.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r b2d9fc12ad6f -r a2f6ddbbbeb3 gnu/usr.bin/send-pr/send-pr.sh
--- a/gnu/usr.bin/send-pr/send-pr.sh Fri Nov 05 07:07:16 1999 +0000
+++ b/gnu/usr.bin/send-pr/send-pr.sh Fri Nov 05 07:07:21 1999 +0000
@@ -244,7 +244,7 @@
ORIGINATOR_C='<name of the PR author (one line)>'
ORGANIZATION_C='<organization of PR author (multiple lines)>'
-CONFIDENTIAL_C='<[ yes | no ] (one line)>'
+CONFIDENTIAL_C='<[ no | yes ] (one line)>'
SYNOPSIS_C='<synopsis of the problem (one line)>'
SEVERITY_C='<[ non-critical | serious | critical ] (one line)>'
PRIORITY_C='<[ low | medium | high ] (one line)>'
Home |
Main Index |
Thread Index |
Old Index