Lines Matching refs:MESSAGE
41 MESSAGE = "Preparation."
56 MESSAGE = "Create a fresh branch."
64 MESSAGE = "Check which revision to push."
76 MESSAGE = "Increment version number."
110 MESSAGE = "Detect commit ID of last release base."
120 MESSAGE = "Prepare raw ChangeLog entry."
123 """Attempts to reload the commit message from rietveld in order to allow
173 MESSAGE = "Edit ChangeLog entry."
196 MESSAGE = ("Fetch straggler commits that sneaked in since this script was "
205 MESSAGE = "Squash commits into one."
214 # Convert the ChangeLog entry to commit message format.
220 # Show the used master hash in the commit message.
232 self.Die("Commit message editing failed.")
238 MESSAGE = "Create a new branch from candidates."
246 MESSAGE = "Apply squashed changes."
261 MESSAGE = "Commit to local candidates branch."
268 self.GitCommit(message = "\n".join(msg))
272 MESSAGE = "Prepare new branch to commit version and changelog file."
283 MESSAGE = "Add ChangeLog changes to candidates branch."
294 MESSAGE = "Set correct version for candidates."
301 MESSAGE = "Commit version and changelog to local candidates branch."
309 MESSAGE = "Sanity check."
321 MESSAGE = "Land the patch."
328 MESSAGE = "Tag the new revision."
336 MESSAGE = "Done!"