Searched defs:help_text (Results 1 – 13 of 13) sorted by relevance
47 help_text = "Clean the working copy" variable in Clean58 help_text = "Update working copy (used internally)" variable in Update67 help_text = "Update working copy and build" variable in Build80 help_text = "Update working copy, build, and run the tests" variable in BuildAndTest91 help_text = "Land the current working directory diff and updates the associated bug if any" variable in Land118 help_text = "Prepares a ChangeLog and lands the current working directory diff." variable in LandCowboy191 help_text = "Run check-webkit-style on the specified attachments" variable in CheckStyle203 help_text = "Apply and build patches from bugzilla" variable in BuildAttachment215 help_text = "Apply, build, and test patches from bugzilla" variable in BuildAndTestAttachment241 help_text = "Apply an attachment to the local working directory" variable in ApplyAttachment[all …]
52 help_text = "Print a commit message suitable for the uncommitted changes" variable in CommitMessageForCurrentDiff68 help_text = "Clear r+ on obsolete patches so they do not appear in the pending-commit list." variable in CleanPendingCommit98 help_text = "Clear r? on obsolete patches so they do not appear in the pending-commit list." variable in CleanReviewQueue123 help_text = "Assign bug to whoever attached the most recent r+'d patch" variable in AssignToCommitter166 help_text = "Mark all attachments on a bug as obsolete" variable in ObsoleteAttachments178 help_text = "Attach the the file to the bug" variable in AttachToBug211 help_text = "Attach the current working directory diff to a bug as a patch file" variable in Post225 help_text = "Land the current diff via the commit-queue" variable in LandSafely242 help_text = "Creates a bug (or prompts for an existing bug) and prepares the ChangeLogs" variable in Prepare257 help_text = "Automates the process of uploading a patch for review" variable in Upload[all …]
48 help_text = "Suggest reviewers for a patch based on recent changes to the modified files." variable in SuggestReviewers63 help_text = "List bugs in the commit-queue" variable in BugsToCommit74 help_text = "List patches in the commit-queue" variable in PatchesInCommitQueue85 help_text = "Patches which should be added to the commit queue" variable in PatchesToCommitQueue119 help_text = "List patches that are pending review" variable in PatchesToReview130 help_text = "Prints the last known good revision" variable in LastGreenRevision138 help_text = "Print failing buildbots (%s) and what revisions broke them" % BuildBot.default_host variable in WhatBroke184 …help_text = "Print a list of failures for the passed revision from bots on %s" % BuildBot.default_… variable in ResultsFor206 … help_text = "Lists revisions where individual test failures started at %s" % BuildBot.default_host variable in FailureReason292 help_text = "Lists tests that often fail for a single build at %s" % BuildBot.default_host variable in FindFlakyTests[all …]
35 help_text = "Shows the pretty diff in the default browser" variable in PrettyDiff
34 help_text = "List bugs matching a query" variable in BugSearch
38 help_text = "Finds the bugzilla bug for a given test" variable in BugForTest
36 help_text = "Updates Chromium DEPS (defaults to the last-known good revision of Chromium)" variable in RollChromiumDEPS
38 …help_text = "Finds all bug numbers passed in arguments (or stdin if no args provided) and opens th… variable in OpenBugs
73 help_text = "Replaces local expected.txt files with new results from build bots" variable in Rebaseline
391 help_text = __doc__ variable in RebaselineServer
49 …def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_co… argument139 help_text = None variable in AbstractDeclarativeCommand168 help_text = "Display information about this program or its subcommands" variable in HelpCommand
250 string help_text; member
557 const string& help_text) { in RegisterGenerator()