On Fri, Apr 13, 2012 at 1:33 PM, Antoine Musso hashar+wmf@free.fr wrote:
The issue is because your last commit has been done based on a remote named 'origin' whereas git-review use the remote named 'gerrit'. Since most people update only the origin remote with git pull, the gerrit remote is lagging behind. So technically, git-review attempt to submit any commit between origin/master and gerrit/master hence the long message.
The *real* solution is to fix git-review so it fetches updates from the gerrit remote just before it checks your commits against it. I have submitted this as https://review.openstack.org/#/c/6741 .
Roan