[Webkit-unassigned] [Bug 36477] New: webkit-patch read wrong bug url from unified diff context
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 22 21:27:32 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=36477
Summary: webkit-patch read wrong bug url from unified diff
context
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: morrita at google.com
With "post-commits", webkit-patch can read wrong URL from "context" part of
diff text
+ We expect https://bugs.webkit.org/show_bug.cgi?id=12345 to be found
+ but,
@@ -23,4 +25,4 @@ ....
It found this http://webkit.org/b/67890 instead.
How to reproduce:
1. Checkout git.webkit.org tree
2. Ensure last changelog contains http://webkit.org/b/123 style bug URL
3. make change, with changelog which
containshttps://bugs.webkit.org/show_bug.cgi=456 style bug URL
4. try post-commits --dry for that change
Expected:
- the patch would be post for Bug 456
Actual:
- the patch is post for 123
A concrete example of such patch is
https://bug-36338-attachments.webkit.org/attachment.cgi?id=51146
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list