Lines Matching refs:MESSAGE
24 MESSAGE = "Preparation."
34 MESSAGE = "Detect commit ID of the last Chromium roll."
53 MESSAGE = "Detect commit ID of the V8 revision to roll."
89 MESSAGE = "Robustness checks of the roll candidate."
104 MESSAGE = "Switch to Chromium checkout."
119 MESSAGE = "Update the checkout and create a new branch."
136 MESSAGE = "Create and upload CL."
146 message = []
147 message.append("Update V8 to %s." % self["roll_title"].lower())
149 message.append(
152 message.append(ISSUE_MSG)
154 message.append("TBR=%s" % self._options.reviewer)
155 self.GitCommit("\n\n".join(message), author=self._options.author, cwd=cwd)
169 MESSAGE = "Done!"