Changeset 138259 in webkit


Ignore:
Timestamp:
Dec 20, 2012 9:26:37 AM (11 years ago)
Author:
mitz@apple.com
Message:

prepare-ChangeLog adds "Additional information of the change such as approach, rationale" where it doesn't make sense
https://bugs.webkit.org/show_bug.cgi?id=99268

Reviewed by Alexey Proskuryakov.

  • Scripts/prepare-ChangeLog:

(generateNewChangeLogs): Removed the "Additional information of the change" line.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r138256 r138259  
     12012-12-20  Dan Bernstein  <mitz@apple.com>
     2
     3        prepare-ChangeLog adds "Additional information of the change such as approach, rationale" where it doesn't make sense
     4        https://bugs.webkit.org/show_bug.cgi?id=99268
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * Scripts/prepare-ChangeLog:
     9        (generateNewChangeLogs): Removed the "Additional information of the change" line.
     10
    1112012-12-20  Carlos Garcia Campos  <cgarcia@igalia.com>
    212
  • trunk/Tools/Scripts/prepare-ChangeLog

    r131798 r138259  
    500500
    501501        print CHANGE_LOG normalizeLineEndings("        Reviewed by $reviewer.\n\n", $endl);
    502         print CHANGE_LOG normalizeLineEndings("        Additional information of the change such as approach, rationale. Please add per-function descriptions below (OOPS!).\n\n", $endl);
    503502
    504503        if ($prefix =~ m/WebCore/ || `pwd` =~ m/WebCore/) {
Note: See TracChangeset for help on using the changeset viewer.