Home | History | Annotate | Download | only in push-to-trunk

Lines Matching refs:MESSAGE

53   MESSAGE = "Preparation."
76 MESSAGE = "Create a fresh branch for the patch."
84 MESSAGE = "Search for corresponding architecture ports."
119 MESSAGE = "Find the git revisions associated with the patches."
136 # The commit message title is added below after the version is specified.
155 MESSAGE = "Apply patches for selected revisions."
169 MESSAGE = "Prepare version file."
179 MESSAGE = "Increment version number."
204 MESSAGE = "Commit to local branch."
207 # Add a commit message title.
223 MESSAGE = "Commit to the repository."
233 MESSAGE = "Determine svn commit revision."
248 MESSAGE = "Create the tag."
266 MESSAGE = "Cleanup."
295 parser.add_argument("-m", "--message",
296 help="A commit message for the patch.")
309 if not options.message: