Lines Matching refs:MESSAGE
39 MESSAGE = "Preparation."
58 MESSAGE = "Create a fresh branch for the patch."
66 MESSAGE = "Search for corresponding architecture ports."
98 MESSAGE = "Create commit message."
147 MESSAGE = "Apply patches for selected revisions."
160 MESSAGE = "Commit to local branch."
163 # Add a commit message title.
170 MESSAGE = 'Show additional information.'
173 message = ("NOTE: This script will no longer automatically "
178 self.GitCLAddComment(message)
181 MESSAGE = "Commit to the repository."
190 MESSAGE = "Cleanup."
215 parser.add_argument("-m", "--message",
216 help="A commit message for the patch.")
225 if not options.message: