Author: adam-guest
Date: 2008-03-08 18:04:03 +0000 (Sat, 08 Mar 2008)
New Revision: 1114

Modified:
   trunk/Devscripts/Debbugs.pm
   trunk/debian/changelog
Log:
bts: Don't treat "userblah" as an alias for "users" in "select"

Modified: trunk/Devscripts/Debbugs.pm
===================================================================
--- trunk/Devscripts/Debbugs.pm 2008-03-07 23:46:16 UTC (rev 1113)
+++ trunk/Devscripts/Debbugs.pm 2008-03-08 18:04:03 UTC (rev 1114)
@@ -148,7 +148,7 @@
                push @{$search_parameters{$valid_keys{$key}}},
                     $value;
           }
-          elsif ($key =~/users?/) {
+          elsif ($key =~/users?$/) {
                $users{$value} = 1;
           }
      }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-03-07 23:46:16 UTC (rev 1113)
+++ trunk/debian/changelog      2008-03-08 18:04:03 UTC (rev 1114)
@@ -41,6 +41,7 @@
   * annotate-output.1, cvs-debi.1, dd-list.1, debuild.1, dpkg-depcheck.1, 
     dpkg-genbuilddeps.1, nmudiff.1, plotchangelog.1, uscan.1,
     devscripts.conf.5: Fix unescaped hyphens
+  * bts: Don't treat "userblah" as an alias for "users" in "select"
 
  -- Adam D. Barratt <[EMAIL PROTECTED]>  Sat, 01 Mar 2008 11:42:02 +0000
 



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to