Bug 72057

Summary: ChangeLog mistakenly recognizes any string between '*' and ':' as touched files
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, leandro, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
fixes the bug eric: review+, eric: commit-queue+

Description Ryosuke Niwa 2011-11-10 14:10:45 PST
e.g. it includes ) in the touched file when we have:
        (WebCore::KURL::operator NSURL *):
Comment 1 Eric Seidel (no email) 2011-11-10 14:27:13 PST
You mean changelog.py I assume?
Comment 2 Ryosuke Niwa 2011-11-10 14:29:30 PST
Created attachment 114572 [details]
fixes the bug
Comment 3 Ryosuke Niwa 2011-11-10 14:34:11 PST
(In reply to comment #1)
> You mean changelog.py I assume?

Yup.
Comment 4 Eric Seidel (no email) 2011-11-10 14:40:35 PST
Comment on attachment 114572 [details]
fixes the bug

LGTM.  THanks.
Comment 5 Ryosuke Niwa 2011-11-10 14:52:36 PST
Committed r99901: <http://trac.webkit.org/changeset/99901>