Home
last modified time | relevance | path

Searched refs:long_help (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/
Dmulticommandtool.py49 …def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_co… argument
51 self.long_help = long_help
121 if self.long_help:
122 help_text += "%s\n\n" % self.long_help
141 long_help = None variable in AbstractDeclarativeCommand
143 …t__(self, self.help_text, self.argument_names, options=options, long_help=self.long_help, **kwargs)
Dmulticommandtool_unittest.py170 … command_with_options = TrivialCommand(options=[make_option("--my_option")], long_help="LONG HELP")
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Ddownload.py104 long_help = """land commits the current working copy diff (just as svn or git commit would). variable in Land
235 long_help = """Updates the working copy. variable in AbstractPatchApplyingCommand
269 long_help = """Checks to make sure builders are green. variable in AbstractPatchLandingCommand
336 long_help = """Updates the working copy. variable in PrepareRollout
391 long_help = """Updates the working copy. variable in Rollout
Dqueries.py362 long_help = """Fetches build status from http://build.webkit.org/one_box_per_builder variable in TreeStatus
374 long_help = """Scans the the Skipped file of each port and figure variable in SkippedPorts
Dupload.py227 long_help = """land-safely updates the ChangeLog with the reviewer listed variable in LandSafely
272 long_help = """upload uploads the current diff to bugs.webkit.org. variable in Upload
/external/webkit/Tools/
DChangeLog-2010-05-2419835 Add long_help for all common commands.
19840 that each command runs. This style long_help could
20303 long_help for submit-patch
20478 * Scripts/webkitpy/multicommandtool.py: support long_help
20479 * Scripts/webkitpy/multicommandtool_unittest.py: test long_help