Title: [111804] trunk/Tools
Revision
111804
Author
e...@webkit.org
Date
2012-03-22 18:43:19 -0700 (Thu, 22 Mar 2012)

Log Message

Make svn-apply re-write _javascript_Core/wtf to WTF/wtf
https://bugs.webkit.org/show_bug.cgi?id=81984

Reviewed by Adam Barth.

* Scripts/VCSUtils.pm:
(adjustPathForRecentRenamings):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (111803 => 111804)


--- trunk/Tools/ChangeLog	2012-03-23 01:42:35 UTC (rev 111803)
+++ trunk/Tools/ChangeLog	2012-03-23 01:43:19 UTC (rev 111804)
@@ -1,3 +1,13 @@
+2012-03-22  Eric Seidel  <e...@webkit.org>
+
+        Make svn-apply re-write _javascript_Core/wtf to WTF/wtf
+        https://bugs.webkit.org/show_bug.cgi?id=81984
+
+        Reviewed by Adam Barth.
+
+        * Scripts/VCSUtils.pm:
+        (adjustPathForRecentRenamings):
+
 2012-03-22  Raphael Kubo da Costa  <rak...@freebsd.org>
 
         [CMake] Fix build-jsc after r111778 and r111797.

Modified: trunk/Tools/Scripts/VCSUtils.pm (111803 => 111804)


--- trunk/Tools/Scripts/VCSUtils.pm	2012-03-23 01:42:35 UTC (rev 111803)
+++ trunk/Tools/Scripts/VCSUtils.pm	2012-03-23 01:43:19 UTC (rev 111804)
@@ -439,6 +439,7 @@
     my ($fullPath) = @_; 
  
     $fullPath =~ s|WebCore/webaudio|WebCore/Modules/webaudio|g;
+    $fullPath =~ s|_javascript_Core/wtf|WTF/wtf|g;
 
     return $fullPath; 
 } 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to