I would like to use gerrit to handle the staging steps, something like this
- push
- review by developer
- button "merge to testing"
- e.g. client side testing
- button "merge testing to master"
It seems there is already everything in place to do so: http://developer.qt.nokia.com/uploads/gerrit/3_4_3_pushing_updated_change.png
How do I need to set my gerrit up to behave this way?