RESOLVED FIXED Bug 50424
make webkit-patch command work when the git branch is not synced to the remote svn branch
https://bugs.webkit.org/show_bug.cgi?id=50424
Summary make webkit-patch command work when the git branch is not synced to the remot...
Ojan Vafai
Reported 2010-12-02 16:56:00 PST
make webkit-patch command work when the git branch is not synced to the remote svn branch
Attachments
Patch (4.52 KB, patch)
2010-12-02 16:59 PST, Ojan Vafai
eric: review+
Ojan Vafai
Comment 1 2010-12-02 16:59:20 PST
Adam Barth
Comment 2 2010-12-02 17:11:53 PST
Comment on attachment 75436 [details] Patch Looks plausible to me, but we might want a git ninja's opinion.
Eric Seidel (no email)
Comment 3 2010-12-02 17:14:52 PST
Comment on attachment 75436 [details] Patch I don't really understand, but I believe you.
Eric Seidel (no email)
Comment 4 2010-12-02 17:15:29 PST
Would be nice to hear from a git ninja, but I'm not sure they'll understand what this change does any better than I do. Do we need to test the case where the commit would fail due to lack of update? Or is that orthogonal to this change?
Ojan Vafai
Comment 5 2010-12-02 18:42:00 PST
(In reply to comment #4) > Would be nice to hear from a git ninja, but I'm not sure they'll understand what this change does any better than I do. > > Do we need to test the case where the commit would fail due to lack of update? Or is that orthogonal to this change? That's what the three modified tests are. They used to verify that we'd throw a ScriptError in those cases. Now they verify we committed the right files and not other files. Good test coverage ftw!
Ojan Vafai
Comment 6 2010-12-06 11:33:28 PST
Oh, I misread that...actually, you're right, we don't test the case where the commit would fail (e.g. because of a conflict). I'll add that test and commit.
Ojan Vafai
Comment 7 2010-12-06 12:00:47 PST
Note You need to log in before you can comment on or make changes to this bug.