https://bugzilla.wikimedia.org/show_bug.cgi?id=60940
--- Comment #7 from [email protected] --- Although it of course sucks, you can work around the issues, by resolving the "OR" part of the query by hand: Like instead of curl "https://gerrit.wikimedia.org/r/changes/?q=status:closed" do curl "https://gerrit.wikimedia.org/r/changes/?q=status:merged" curl "https://gerrit.wikimedia.org/r/changes/?q=status:abandoned" . -- 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
