Changeset 167939 in webkit


Ignore:
Timestamp:
Apr 29, 2014 9:50:26 AM (10 years ago)
Author:
weinig@apple.com
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.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r167932 r167939  
     12014-04-28  Sam Weinig  <sam@webkit.org>
     2
     3        REGRESSION (r167751): svn-create-patch is very slow
     4        https://bugs.webkit.org/show_bug.cgi?id=132300
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * Scripts/svn-create-patch:
     9        Change default behavior of svn-create-patch to no longer run the style checker. It can still be run
     10        by calling `svn-create-patch --style`.
     11
    1122014-04-29  Enrique Ocaña González  <eocanha@igalia.com>
    213
  • trunk/Tools/Scripts/svn-create-patch

    r167751 r167939  
    7878
    7979my $showHelp;
    80 my $checkWebKitStyle = 1;
     80my $checkWebKitStyle = 0;
    8181my $ignoreChangelogs = 0;
    8282my $devNull = File::Spec->devnull();
Note: See TracChangeset for help on using the changeset viewer.