MCPcopy
hub / github.com/pyodide/pyodide / update_old_branch

Function update_old_branch

tools/backport.py:489–491  ·  view source on GitHub ↗
(branch_name)

Source from the content-addressed store, hash-verified

487
488
489def update_old_branch(branch_name):
490 branch_name_old = branch_name + "-old"
491 run(["git", "branch", "-f", branch_name_old, branch_name])
492
493
494def force_branch_update(branch_name):

Callers 2

force_branch_updateFunction · 0.85
set_dateFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…