Changeset 85672 in webkit


Ignore:
Timestamp:
May 3, 2011 3:20:34 PM (13 years ago)
Author:
eric@webkit.org
Message:

2011-05-03 Eric Seidel <eric@webkit.org>

Reviewed by Adam Roben.

webkit-patch post-commits HEAD.. throws an exception
https://bugs.webkit.org/show_bug.cgi?id=60027

  • Scripts/webkitpy/common/checkout/scm/git.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r85670 r85672  
     12011-05-03  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        webkit-patch post-commits HEAD^.. throws an exception
     6        https://bugs.webkit.org/show_bug.cgi?id=60027
     7
     8        * Scripts/webkitpy/common/checkout/scm/git.py:
     9
    1102011-05-03  Luiz Agostini  <luiz.agostini@openbossa.org>
    211
  • trunk/Tools/Scripts/webkitpy/common/checkout/scm/git.py

    r85450 r85672  
    3434from webkitpy.common.system.executive import Executive, run_command, ScriptError
    3535
     36from .commitmessage import CommitMessage
    3637from .scm import AuthenticationError, SCM, commit_error_handler
    3738from .svn import SVN, SVNRepository
Note: See TracChangeset for help on using the changeset viewer.