On 12 May 2016 at 14:26, Jon Robson jdlrobson@gmail.com wrote:
Gerrit is commonly used as a place to share works in progress early.
This is great, but it has an unfortunate side effect of making it harder for would-be reviewers to find patches that need reviewing using this query:
https://gerrit.wikimedia.org/r/#/q/(NOT+label:Verified%253D-1)+AND+(label:Co...
Could I ask that as a norm, if you post a WIP patch that you also self -2 it?
I disagree with this suggestion. The convention to date is having "WIP" or "DONTMERGE" in the git commit title. What's wrong with that?
I'd love to get us to a place where
https://gerrit.wikimedia.org/r/#/q/(NOT+label:Verified%253D-1)+AND+(label:Co... is manageable that code gets merged left right and center :)
​Use https://gerrit.wikimedia.org/r/#/q/(NOT+message:WIP)+AND+(NOT+message:DONTME... instead.
J.