Title: [167939] trunk/Tools
Revision
167939
Author
wei...@apple.com
Date
2014-04-29 09:50:26 -0700 (Tue, 29 Apr 2014)

Log Message

REGRESSION (r167751): svn-create-patch is very slow
https://bugs.webkit.org/show_bug.cgi?id=132300

Reviewed by Alexey Proskuryakov.

* Scripts/svn-create-patch:
Change default behavior of svn-create-patch to no longer run the style checker. It can still be run
by calling `svn-create-patch --style`.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (167938 => 167939)


--- trunk/Tools/ChangeLog	2014-04-29 16:40:30 UTC (rev 167938)
+++ trunk/Tools/ChangeLog	2014-04-29 16:50:26 UTC (rev 167939)
@@ -1,3 +1,14 @@
+2014-04-28  Sam Weinig  <s...@webkit.org>
+
+        REGRESSION (r167751): svn-create-patch is very slow
+        https://bugs.webkit.org/show_bug.cgi?id=132300
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Scripts/svn-create-patch:
+        Change default behavior of svn-create-patch to no longer run the style checker. It can still be run
+        by calling `svn-create-patch --style`.
+
 2014-04-29  Enrique Ocaña González  <eoca...@igalia.com>
 
         Generate Eclipse project + ninja build for GTK+ if Eclipse in available in the PATH

Modified: trunk/Tools/Scripts/svn-create-patch (167938 => 167939)


--- trunk/Tools/Scripts/svn-create-patch	2014-04-29 16:40:30 UTC (rev 167938)
+++ trunk/Tools/Scripts/svn-create-patch	2014-04-29 16:50:26 UTC (rev 167939)
@@ -77,7 +77,7 @@
 $ENV{'LC_ALL'} = 'C';
 
 my $showHelp;
-my $checkWebKitStyle = 1;
+my $checkWebKitStyle = 0;
 my $ignoreChangelogs = 0;
 my $devNull = File::Spec->devnull();
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to