[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
eric at webkit.org
eric at webkit.org
Wed Mar 17 18:35:10 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 028859fbbf78495f79bacce1631f1e6a9cbe4ccf
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Mar 12 03:22:03 2010 +0000
2010-03-11 Garret Kelly <gdk at chromium.org>
Reviewed by Darin Adler.
Fixing minor typo in the commit queue status page.
https://bugs.webkit.org/show_bug.cgi?id=35979
* Scripts/webkitpy/commands/queues.py:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55880 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index cb870be..1f0d2dc 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-11 Garret Kelly <gdk at chromium.org>
+
+ Reviewed by Darin Adler.
+
+ Fixing minor typo in the commit queue status page.
+ https://bugs.webkit.org/show_bug.cgi?id=35979
+
+ * Scripts/webkitpy/commands/queues.py:
+
2010-03-11 Fumitoshi Ukai <ukai at chromium.org>
Unreviewed.
diff --git a/WebKitTools/Scripts/webkitpy/commands/queues.py b/WebKitTools/Scripts/webkitpy/commands/queues.py
index 98dc248..2937fe3 100644
--- a/WebKitTools/Scripts/webkitpy/commands/queues.py
+++ b/WebKitTools/Scripts/webkitpy/commands/queues.py
@@ -167,7 +167,7 @@ class CommitQueue(AbstractQueue, StepSequenceErrorHandler):
try:
self.run_webkit_patch(["build-and-test", "--force-clean", "--non-interactive", "--build-style=both", "--quiet"])
except ScriptError, e:
- self._update_status("Unabled to successfully build and test", None)
+ self._update_status("Unable to successfully build and test", None)
return False
return True
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list