We are using the named-branch-per-feature model, and it's working really well. Creating reviews is usually not a problem when a branch has one or a few commits over a short period of time, because they're fairly close together in the history and easy to find and add to a review.
However, when a branch has been around for several days and has many commits in it, it can be hard to track them all down to add them to the code review.
My request is to add a feature that allows you to click on the head of a named branch and submit a code review for all changes made in that branch.