<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">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><div><br></div><div>-- </div><div>Russell Bryant </div></div></div></div>