Author: adn
Date: 2008-09-21 00:22:40 +0000 (Sun, 21 Sep 2008)
New Revision: 1630
Modified:
trunk/scripts/bts.pl
Log:
Revert unintended changes
Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl 2008-09-21 00:20:39 UTC (rev 1629)
+++ trunk/scripts/bts.pl 2008-09-21 00:22:40 UTC (rev 1630)
@@ -1053,13 +1053,16 @@
sub bts_close {
my $bug=checkbug(shift) or die "bts close: close what bug?\n";
my $version=shift;
- $btsemail="[EMAIL PROTECTED]";
$version="" unless defined $version;
opts_done(@_);
- mailbts("closing $bug", "Version: $version");
+ mailbts("closing $bug", "close $bug $version");
warn <<"EOT";
bts: Closing $bug as you requested.
-Don't forget, if needed, to send an explanation of why you are closing the bug.
+Please note that the "bts close" command is deprecated!
+It is usually better to email [EMAIL PROTECTED] with
+an informative mail.
+Please remember to email [EMAIL PROTECTED] with
+an explanation of why you have closed this bug. Thank you!
EOT
}
--
To unsubscribe, send mail to [EMAIL PROTECTED]