Home
last modified time | relevance | path

Searched defs:long_help (Results 1 – 4 of 4) sorted by relevance

/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/Scripts/webkitpy/tool/
Dmulticommandtool.py49 …def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_co… argument
141 long_help = None variable in AbstractDeclarativeCommand