On Fri, Sep 18, 2009 at 9:27 AM, Eric Seidel <[email protected]> wrote: > If we had a "create a new branch from trunk and cherry pick all the > changes from old branch onto new branch and rename new to old" > command, that would get rid of the massive rebuilds too. Maybe > eventually I'll write such a thing (if Evan doesn't beat me to it).
BTW, do you typically have useful history on these branches? Typically the reason to preserve history is for commit logs (which we drop when we commit the branch as a squash) or for merges (which we're breaking because we're rebasing). It would be a lot faster if it could forward-port a branch as a single commit instead of multiple. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
