Changeset 220991 in webkit


Ignore:
Timestamp:
Aug 21, 2017 4:39:53 PM (7 years ago)
Author:
mmaxfield@apple.com
Message:

Typo in "webkit-patch land"
https://bugs.webkit.org/show_bug.cgi?id=175788

Reviewed by Tim Horton.

  • Scripts/webkitpy/tool/steps/commit.py:

(Commit._commit_warning):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r220982 r220991  
     12017-08-21  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Typo in "webkit-patch land"
     4        https://bugs.webkit.org/show_bug.cgi?id=175788
     5
     6        Reviewed by Tim Horton.
     7
     8        * Scripts/webkitpy/tool/steps/commit.py:
     9        (Commit._commit_warning):
     10
    1112017-08-20  Sam Weinig  <sam@webkit.org>
    212
  • trunk/Tools/Scripts/webkitpy/tool/steps/commit.py

    r202319 r220991  
    4848
    4949    def _commit_warning(self, error):
    50         return ('There are %s local commits (and possibly changes in the working directory. '
     50        return ('There are %s local commits (and possibly changes in the working directory). '
    5151                'Everything will be committed as a single commit. '
    5252                'To avoid this prompt, set "git config webkit-patch.commit-should-always-squash true".' % (
Note: See TracChangeset for help on using the changeset viewer.