Home | History | Annotate | Download | only in release

Lines Matching refs:MESSAGE

39   MESSAGE = "Preparation."
60 MESSAGE = "Create a fresh branch for the patch."
68 MESSAGE = "Search for corresponding architecture ports."
100 MESSAGE = "Create commit message."
112 # The commit message title is added below after the version is specified.
135 MESSAGE = "Apply patches for selected revisions."
149 MESSAGE = "Prepare version file."
157 MESSAGE = "Increment version number."
180 MESSAGE = "Commit to local branch."
183 # Add a commit message title.
192 MESSAGE = "Commit to the repository."
202 MESSAGE = "Create the tag."
212 MESSAGE = "Cleanup."
236 parser.add_argument("-m", "--message",
237 help="A commit message for the patch.")
246 if not options.message: