MCPcopy Create free account
hub / github.com/nodejs/node / RunStep

Method RunStep

deps/v8/tools/release/roll_merge.py:181–187  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179 MESSAGE = "Commit to local branch."
180
181 def RunStep(self):
182 # Add a commit message title.
183 self["commit_title"] = "Version %s (cherry-pick)" % self["version"]
184 self["new_commit_msg"] = "%s\n\n%s" % (self["commit_title"],
185 self["new_commit_msg"])
186 TextToFile(self["new_commit_msg"], self.Config("COMMITMSG_FILE"))
187 self.GitCommit(file_name=self.Config("COMMITMSG_FILE"))
188
189
190class CommitRepository(Step):

Callers

nothing calls this directly

Calls 3

TextToFileFunction · 0.85
ConfigMethod · 0.80
GitCommitMethod · 0.80

Tested by

no test coverage detected