Searched refs:list_local_branches (Results 1 – 2 of 2) sorted by relevance
/tools/external_updater/ | ||
D | git_utils.py | 135 def list_local_branches(proj_path: Path) -> list[str]: function |
D | external_updater.py | 112 if TMP_BRANCH_NAME in git_utils.list_local_branches(full_path): |