Changeset 52873 in webkit


Ignore:
Timestamp:
Jan 6, 2010 2:25:27 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-06 Eric Seidel <eric@webkit.org>

Unreviewed "build" fix. Just adding missing include.

bugzilla-tool rollout --complete-rollout should make a nicer bug comment
https://bugs.webkit.org/show_bug.cgi?id=29212

  • Scripts/webkitpy/steps/completerollout.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r52870 r52873  
     12010-01-06  Eric Seidel  <eric@webkit.org>
     2
     3        Unreviewed "build" fix.  Just adding missing include.
     4
     5        bugzilla-tool rollout --complete-rollout should make a nicer bug comment
     6        https://bugs.webkit.org/show_bug.cgi?id=29212
     7
     8        * Scripts/webkitpy/steps/completerollout.py:
     9
    1102010-01-06  Eric Seidel  <eric@webkit.org>
    211
  • trunk/WebKitTools/Scripts/webkitpy/steps/completerollout.py

    r52870 r52873  
    2727# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2828
     29from webkitpy.comments import bug_comment_from_commit_text
    2930from webkitpy.steps.build import Build
    3031from webkitpy.steps.commit import Commit
Note: See TracChangeset for help on using the changeset viewer.