Bug 72057 - ChangeLog mistakenly recognizes any string between '*' and ':' as touched files
Summary: ChangeLog mistakenly recognizes any string between '*' and ':' as touched files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 14:10 PST by Ryosuke Niwa
Modified: 2011-11-10 14:52 PST (History)
5 users (show)

See Also:


Attachments
fixes the bug (3.91 KB, patch)
2011-11-10 14:29 PST, Ryosuke Niwa
eric: review+
eric: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>