Lines Matching refs:MESSAGE
137 """Grep for "BUG=xxxx" lines in the commit message and convert them to
320 def Tag(self, tag, remote, message):
323 Assumptions: The commit already landed and the commit message is unique.
379 def Tag(self, tag, remote, message):
380 # Wait for the commit to appear. Assumes unique commit message titles (this
386 commit = self.step.GitLog(n=1, format="%H", grep=message, branch=remote)
695 # base on master through the commit message.
741 MESSAGE = "Bootstrapping checkout and state."
757 MESSAGE = "Upload for code review."
779 message = step_class.MESSAGE
781 message = step_class.__name__
783 return step_class(message, number=number, config=config,