MCPcopy Index your code
hub / github.com/nodejs/node / ApplyPatch

Method ApplyPatch

deps/v8/tools/release/common_includes.py:527–531  ·  view source on GitHub ↗
(self, patch_file, revert=False)

Source from the content-addressed store, hash-verified

525
526 # Takes a file containing the patch to apply as first argument.
527 def ApplyPatch(self, patch_file, revert=False):
528 try:
529 self.GitApplyPatch(patch_file, revert)
530 except GitFailedException:
531 self.WaitForResolvingConflicts(patch_file)
532
533 def GetVersionTag(self, revision):
534 tags = self.Git(f"tag --points-at {revision}").strip().split('\n')

Callers 2

RunStepMethod · 0.80
RunStepMethod · 0.80

Calls 2

GitApplyPatchMethod · 0.80

Tested by

no test coverage detected