Changeset 56599 in webkit


Ignore:
Timestamp:
Mar 25, 2010 9:48:05 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-25 Eric Seidel <eric@webkit.org>

Unreviewed build fix to un-break webkit-patch land.
Test-case coming in follow-up commit.

Move commit_message_for_this_commit from scm to checkout
https://bugs.webkit.org/show_bug.cgi?id=36629

  • Scripts/webkitpy/common/checkout/api.py: import scm.CommitMessage
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r56597 r56599  
     12010-03-25  Eric Seidel  <eric@webkit.org>
     2
     3        Unreviewed build fix to un-break webkit-patch land.
     4        Test-case coming in follow-up commit.
     5
     6        Move commit_message_for_this_commit from scm to checkout
     7        https://bugs.webkit.org/show_bug.cgi?id=36629
     8
     9        * Scripts/webkitpy/common/checkout/api.py: import scm.CommitMessage
     10
    1112010-03-25  Dan Bernstein  <mitz@apple.com>
    212
  • trunk/WebKitTools/Scripts/webkitpy/common/checkout/api.py

    r56592 r56599  
    2929from webkitpy.common.checkout.commitinfo import CommitInfo
    3030from webkitpy.common.checkout.changelog import ChangeLog
     31from webkitpy.common.checkout.scm import CommitMessage
    3132from webkitpy.common.system.executive import ScriptError
    3233from webkitpy.common.system.deprecated_logging import log
Note: See TracChangeset for help on using the changeset viewer.