<p dir="ltr">You have to do create a branch in the form:</p>
<p dir="ltr">git checkout -b bug/#bugnumber</p>
<p dir="ltr">Then do your commit, if you failed ot asked to do other stuff in yoir  previous commit do the changes in the same branch do commit like: </p>
<p dir="ltr">git add file<br>
git commit --amend <br>
git review</p>
<div class="gmail_quote">El abr 19, 2014 10:09 PM, "Zhengguang Ou" <<a href="mailto:zhengguangou@gmail.com">zhengguangou@gmail.com</a>> escribió:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p dir="ltr">Hi all</p>
<p dir="ltr">I used the "git review" to submit a commit, but I got a error as follow:</p>
<p dir="ltr">You have more than one commit that you are about to submit.<br>
The outstanding commits are:</p>
<p dir="ltr">5dc6eeb (HEAD, Bug1309986) Add unit test for keypair's api<br>
d10e307 (review/zhengguang_ou/Bug1307338) Fix the incorrect return messages in keypair-show and keypair-delete</p>
<p dir="ltr">Is this really what you meant to do?</p>
<p dir="ltr">I have run two commands:<br>
git fetch --all<br>
git remote update</p>
<p dir="ltr">then ran "git review", but I still got the same error.</p>
<p dir="ltr">Can you help me please? I would be grateful for any help.<br>
Thanks</p>
<p dir="ltr">Regards<br>
Ou</p>
<br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div>