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

Method RunStep

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

Source from the content-addressed store, hash-verified

211 MESSAGE = "Cleanup."
212
213 def RunStep(self):
214 self.CommonCleanup()
215 print("*** SUMMARY ***")
216 print("version: %s" % self["version"])
217 print("branch: %s" % self["merge_to_branch"])
218 if self["revision_list"]:
219 print("patches: %s" % self["revision_list"])
220
221
222class RollMerge(ScriptsBase):

Callers 1

RunStepFunction · 0.45

Calls 2

CommonCleanupMethod · 0.80
printFunction · 0.50

Tested by

no test coverage detected