Bug 26000

Summary: prepare-ChangeLog should convert windows style backslashes in file paths
Product: WebKit Reporter: Darin Fisher (:fishd, Google) <fishd>
Component: Tools / TestsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
patch darin: review+

Description Darin Fisher (:fishd, Google) 2009-05-24 23:31:12 PDT
prepare-ChangeLog should convert windows style backslashes in file paths

if you use a windows build of subversion, then you will end up with backslashes in the file paths of the ChangeLog.  for readability and perhaps to help with scripts that may operate on ChangeLog, we should try to make prepare-ChangeLog smarter.
Comment 1 Adam Barth 2009-06-16 00:35:54 PDT
Created attachment 31338 [details]
patch

This patch also normalizes line ends as well as backslashes.  Yay for platform uniformity!
Comment 2 Adam Barth 2009-06-16 00:37:27 PDT
It's a race to see which Darin reviews this patch first!
Comment 3 Darin Fisher (:fishd, Google) 2009-06-16 07:10:55 PDT
Thanks for patching this, Adam!
Comment 4 Adam Barth 2009-06-16 11:09:31 PDT
http://trac.webkit.org/changeset/44716