Author: adsb
Date: 2009-06-01 18:02:01 +0000 (Mon, 01 Jun 2009)
New Revision: 1902
Modified:
trunk/debian/changelog
trunk/scripts/bts.pl
Log:
* bts:
+ Ignore the --{force-,}interactive options when combined with -n.
(Closes: #531422)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-05-31 17:17:42 UTC (rev 1901)
+++ trunk/debian/changelog 2009-06-01 18:02:01 UTC (rev 1902)
@@ -1,10 +1,13 @@
devscripts (2.10.51) UNRELEASED; urgency=low
[ Adam D. Barratt ]
- * bts: Add a note to the description of --smtp-server explaining that
- reportbug.debian.org does not support relaying and is therefore not a
- suitable server to use in circumstances where [email protected]
- may be automatically Cced.
+ * bts:
+ + Add a note to the description of --smtp-server explaining that
+ reportbug.debian.org does not support relaying and is therefore not a
+ suitable server to use in circumstances where [email protected]
+ may be automatically Cced.
+ + Ignore the --{force-,}interactive options when combined with -n.
+ (Closes: #531422)
* checkbashisms:
+ Detect shellscript wrappers that use "then" or "else" before calling
exec. Thanks, Raphael Geissert. (Closes: #530815)
Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl 2009-05-31 17:17:42 UTC (rev 1901)
+++ trunk/scripts/bts.pl 2009-06-01 18:02:01 UTC (rev 1902)
@@ -2391,6 +2391,8 @@
sub confirmmail {
my ($header, $body) = @_;
+ return $body if $noaction;
+
$body = edit($body) if $forceinteractive;
my $setHeader = 0;
if ($interactive) {
--
To unsubscribe, send mail to [email protected].