[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
eric at webkit.org
eric at webkit.org
Wed Jan 6 00:20:30 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 5d3686fd0f2eb5f9157c4cf1907201a9d6b2ed64
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jan 5 01:04:47 2010 +0000
2010-01-04 Adam Barth <abarth at webkit.org>
Reviewed by Eric Seidel.
long_help for submit-patch
https://bugs.webkit.org/show_bug.cgi?id=33184
* Scripts/webkitpy/commands/upload.py:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52771 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 04dfe01..ed3b847 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -2,6 +2,15 @@
Reviewed by Eric Seidel.
+ long_help for submit-patch
+ https://bugs.webkit.org/show_bug.cgi?id=33184
+
+ * Scripts/webkitpy/commands/upload.py:
+
+2010-01-04 Adam Barth <abarth at webkit.org>
+
+ Reviewed by Eric Seidel.
+
commit-queue can wrongly reject patches if the buildbots are behind
https://bugs.webkit.org/show_bug.cgi?id=30098
diff --git a/WebKitTools/Scripts/webkitpy/commands/upload.py b/WebKitTools/Scripts/webkitpy/commands/upload.py
index abfd0a4..7ca21b1 100644
--- a/WebKitTools/Scripts/webkitpy/commands/upload.py
+++ b/WebKitTools/Scripts/webkitpy/commands/upload.py
@@ -156,6 +156,13 @@ class SubmitPatch(AbstractPatchUploadingCommand):
steps.ObsoletePatches,
steps.PostDiff,
]
+ long_help = """submit-patch uploads the current diff to bugs.webkit.org.
+ If no bug id is provided, submit-patch will create a bug.
+ If the current diff does not have a ChangeLog, submit-patch
+ will prepare a ChangeLog. Once a patch is read, submit-patch
+ will open the ChangeLogs for editing using the command in the
+ EDITOR environment variable and will display the diff using the
+ command in the PAGER environment variable."""
def _prepare_state(self, options, args, tool):
state = {}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list