<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 16, 2015 at 4:11 PM, Russell Bryant <span dir="ltr"><<a href="mailto:russell@russellbryant.net" target="_blank" onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=russell@russellbryant.net&cc=&bcc=&su=&body=','_blank','location=yes,menubar=yes,resizable=yes,width=800,height=600');return false;">russell@russellbryant.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 16, 2015 at 6:00 PM, George Joseph <span dir="ltr"><<a href="mailto:george.joseph@fairview5.com" target="_blank" onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=george.joseph@fairview5.com&cc=&bcc=&su=&body=','_blank','location=yes,menubar=yes,resizable=yes,width=800,height=600');return false;">george.joseph@fairview5.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span style="color:rgb(53,53,53);font-family:sans-serif">Something I've noticed though is that dependencies get messed up when cherry-picking a series of dependent patches.   Look at my patches 46, 47, 48 for master.  If I cherry-pick 48 to my local repo, I get all 3 which is good because I can't test any without all 3.  BUT now look at 43, 44, 45 for 13.  When I check out 45, I get only 45 which is an issue.  Maybe this is just an artifact of this being the first time with this scenario but it's something to look out for.</span></div></div></blockquote><div><br></div><div>This is likely because for 13, the changes were cherry picked individually as changes against HEAD of 13.  They need to be set up as 3 commits in a series on top of 13 and submitted that way.  Backporting in that case will need to be done locally to preserve those dependencies instead of clicking the cherry-pick buttons.</div><span class="HOEnZb"><font color="#888888"><div><br></div></font></span></div></div></div></blockquote><div><br></div><div>Ah, that makes sense now.   We should probably note that on the wiki.</div><div><br></div><div> </div></div></div></div>