Title: [138259] trunk/Tools
Revision
138259
Author
m...@apple.com
Date
2012-12-20 09:26:37 -0800 (Thu, 20 Dec 2012)

Log 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.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (138258 => 138259)


--- trunk/Tools/ChangeLog	2012-12-20 16:45:57 UTC (rev 138258)
+++ trunk/Tools/ChangeLog	2012-12-20 17:26:37 UTC (rev 138259)
@@ -1,3 +1,13 @@
+2012-12-20  Dan Bernstein  <m...@apple.com>
+
+        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.
+
 2012-12-20  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Skip unit test /webkit/atk/getTextInParagraphAndBodyModerate

Modified: trunk/Tools/Scripts/prepare-ChangeLog (138258 => 138259)


--- trunk/Tools/Scripts/prepare-ChangeLog	2012-12-20 16:45:57 UTC (rev 138258)
+++ trunk/Tools/Scripts/prepare-ChangeLog	2012-12-20 17:26:37 UTC (rev 138259)
@@ -499,7 +499,6 @@
         print CHANGE_LOG normalizeLineEndings("\n", $endl);
 
         print CHANGE_LOG normalizeLineEndings("        Reviewed by $reviewer.\n\n", $endl);
-        print CHANGE_LOG normalizeLineEndings("        Additional information of the change such as approach, rationale. Please add per-function descriptions below (OOPS!).\n\n", $endl);
 
         if ($prefix =~ m/WebCore/ || `pwd` =~ m/WebCore/) {
             if (@$addedRegressionTests) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to