https://bugzilla.wikimedia.org/show_bug.cgi?id=41321
Andre Klapper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High Status|NEW |ASSIGNED AssignedTo|[email protected]. |[email protected] |org | --- Comment #2 from Andre Klapper <[email protected]> 2012-11-17 00:34:13 UTC --- Assuming that Gerrit version 10 is not around the corner, match => qr{\bgerrit(\ change(set)?)?\ ?\#?(\d+)}i, should be replaced by match => qr{\bgerrit(\ change(set)?)?\ ?\#?(\d{2,})}i, I'll cook up a Gerrit patch once my other one got in. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
