[Webkit-unassigned] [Bug 30537] webkit-patch create-bug should support attaching a series of patches

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 15:06:37 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=30537





--- Comment #4 from Eric Seidel <eric at webkit.org>  2010-03-24 15:06:37 PST ---
Yes.  All of the various Commands need better help.

If you'd like to submit patches the "help_text" (short one-line help) and
"long_help" (man-page-like help) class members are the things to set:
    help_text = "Print the status of the %s buildbots" % BuildBot.default_host
    long_help = """Fetches build status from
http://build.webkit.org/one_box_per_builder
and displayes the status of each builder."""

That's a poor example of a good "long_help: but you get the idea. :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list