Bug 26865
Summary: | bugzilla-tool needs to know how to re-order ChangeLogs which git merges wrong | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
bugzilla-tool needs to know how to re-order ChangeLogs which git merges wrong
git svn rebase commonly mis-orders ChangeLogs. bugzilla-tool should know how to repair this and move the relevant ChangeLog entry to the top before submitting via land-diff or land-commits
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
I believe resolve-ChangeLogs already does this.
Eric Seidel (no email)
I believe it does to. But only when there are conflicts. I'm not even sure that there is a way to detect the non-conflict case though...
Mark Rowe (bdash)
The -f option of resolve-ChangeLogs handles this in the case where there are no conflicts.
Eric Seidel (no email)
So hot! I'll fix bugzilla-tool to know to call resolve-ChangeLogs -f before grabbing the commit message then. :)
Eric Seidel (no email)
svn-apply actually does this. Or should do it. I believe I've now fixed svn-apply to handle the extra ChangeLog diff cases which were screwing us before. Duping this against bug 30683.
*** This bug has been marked as a duplicate of bug 30683 ***