I just finished a version of my git-request-review script.

For those who are not yet using it it's meant to make sending patches to gerrit more streamlined.
It show you a list of the patches before sending them and also warns you if you are not rebased.

To have it working you need to have a configured remote for gerrit already in your git config
In order for git to detect it as a new verb you have to have this in your path

usage: git request-review <gerrit-remote> <remote-branch>

eg. git request-review gerrit master

For those of you who are using the old version will probably notice this version forgoes special gerrit configuration and can support multiple gerrit servers (just configure more remotes).

Fixes, features and comments are always welcome.

Happy reviewing.