Title: [220991] trunk/Tools
Revision
220991
Author
mmaxfi...@apple.com
Date
2017-08-21 16:39:53 -0700 (Mon, 21 Aug 2017)

Log 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):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (220990 => 220991)


--- trunk/Tools/ChangeLog	2017-08-21 23:31:44 UTC (rev 220990)
+++ trunk/Tools/ChangeLog	2017-08-21 23:39:53 UTC (rev 220991)
@@ -1,3 +1,13 @@
+2017-08-21  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        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):
+
 2017-08-20  Sam Weinig  <s...@webkit.org>
 
         StringView could use a function to strip leading/trailing characters without allocation

Modified: trunk/Tools/Scripts/webkitpy/tool/steps/commit.py (220990 => 220991)


--- trunk/Tools/Scripts/webkitpy/tool/steps/commit.py	2017-08-21 23:31:44 UTC (rev 220990)
+++ trunk/Tools/Scripts/webkitpy/tool/steps/commit.py	2017-08-21 23:39:53 UTC (rev 220991)
@@ -47,7 +47,7 @@
         ]
 
     def _commit_warning(self, error):
-        return ('There are %s local commits (and possibly changes in the working directory. '
+        return ('There are %s local commits (and possibly changes in the working directory). '
                 'Everything will be committed as a single commit. '
                 'To avoid this prompt, set "git config webkit-patch.commit-should-always-squash true".' % (
                 error.num_local_commits))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to