SVN devscripts commit: r555 - trunk/scripts
Adam D. Barratt
adam-guest at alioth.debian.org
Sat Mar 10 07:53:20 CET 2007
Author: adam-guest
Date: 2007-03-10 06:53:20 +0000 (Sat, 10 Mar 2007)
New Revision: 555
Modified:
trunk/scripts/bts.pl
Log:
Don fixed the bts bug, so remove the hacky work-around
Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl 2007-03-10 01:48:57 UTC (rev 554)
+++ trunk/scripts/bts.pl 2007-03-10 06:53:20 UTC (rev 555)
@@ -2297,9 +2297,6 @@
$ref =~ s/&(?:amp;)?/;/g; # normalise all hrefs
$ref =~ s/;archive=(yes|no)\b//;
$ref =~ s/%3D/=/g;
- # 20070310 ADB Work-around a BTS bug. We should probably remove
- # this if the BTS gets fixed
- $ref =~ s/=mbox/;mbox=yes/g;
if ($ref =~ /;msg=(\d+)$/) {
$msg = $1;
More information about the Devscripts-devel
mailing list