Title: [90537] trunk/Tools
- Revision
- 90537
- Author
- [email protected]
- Date
- 2011-07-06 21:33:00 -0700 (Wed, 06 Jul 2011)
Log Message
2011-07-06 Adam Barth <[email protected]>
Tweak the ChangeLog for DEPS rolls to say "Unreviewed" so that the
patches can be landed by the commit-queue.
* Scripts/webkitpy/tool/steps/preparechangelogfordepsroll.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (90536 => 90537)
--- trunk/Tools/ChangeLog 2011-07-07 04:22:17 UTC (rev 90536)
+++ trunk/Tools/ChangeLog 2011-07-07 04:33:00 UTC (rev 90537)
@@ -1,5 +1,12 @@
2011-07-06 Adam Barth <[email protected]>
+ Tweak the ChangeLog for DEPS rolls to say "Unreviewed" so that the
+ patches can be landed by the commit-queue.
+
+ * Scripts/webkitpy/tool/steps/preparechangelogfordepsroll.py:
+
+2011-07-06 Adam Barth <[email protected]>
+
Normalize callers of logging.getLogger to use __name__
https://bugs.webkit.org/show_bug.cgi?id=64054
Modified: trunk/Tools/Scripts/webkitpy/tool/steps/preparechangelogfordepsroll.py (90536 => 90537)
--- trunk/Tools/Scripts/webkitpy/tool/steps/preparechangelogfordepsroll.py 2011-07-07 04:22:17 UTC (rev 90536)
+++ trunk/Tools/Scripts/webkitpy/tool/steps/preparechangelogfordepsroll.py 2011-07-07 04:33:00 UTC (rev 90537)
@@ -37,4 +37,4 @@
self._tool.executive.run_and_throw_if_fail(self._tool.port().prepare_changelog_command())
changelog_paths = self._tool.checkout().modified_changelogs(git_commit=None)
for changelog_path in changelog_paths:
- ChangeLog(changelog_path).update_with_unreviewed_message("Rolled DEPS.\n\n")
+ ChangeLog(changelog_path).update_with_unreviewed_message("Unreviewed. Rolled DEPS.\n\n")
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes