/aosp_15_r20/external/pytorch/.github/scripts/ |
H A D | trymerge.py | 633 repo: GitRepo, 659 repo: GitRepo, pr: "GitHubPR", open_only: bool = True 1069 repo: GitRepo, 1147 repo: GitRepo, 1208 repo: GitRepo, 1271 repo: Optional[GitRepo], org: str, project: str 1299 repo: Optional[GitRepo] = None, 1820 def get_pr_commit_sha(repo: GitRepo, pr: GitHubPR) -> str: 1831 repo: GitRepo, pr: GitHubPR, *, comment_id: Optional[int] = None 1861 repo: GitRepo, pr: GitHubPR, only_closed: bool = True [all …]
|
H A D | tryrebase.py | 32 pr: GitHubPR, repo: GitRepo, onto_branch: str, dry_run: bool 54 pr: GitHubPR, repo: GitRepo, onto_branch: str, dry_run: bool = False 87 pr: GitHubPR, repo: GitRepo, onto_branch: str, dry_run: bool = False 191 def git_config_guard(repo: GitRepo) -> Generator[None, None, None]:
|
H A D | cherry_pick.py | 51 def get_merge_commit_sha(repo: GitRepo, pr: GitHubPR) -> Optional[str]: 89 repo: GitRepo, 156 github_actor: str, repo: GitRepo, pr: GitHubPR, commit_sha: str, onto_branch: str 180 repo: GitRepo,
|
H A D | delete_old_branches.py | 115 def get_branches(repo: GitRepo) -> Dict[str, Any]: 224 def delete_branch(repo: GitRepo, branch: str) -> None:
|
H A D | gitutils.py | 134 class GitRepo: class 419 repo: GitRepo, head_ref: str, base_ref: Optional[str] = None
|
H A D | test_trymerge.py | 155 repo: GitRepo, 167 repo: GitRepo,
|
/aosp_15_r20/external/executorch/.github/scripts/ |
H A D | trymerge.py | 623 repo: GitRepo, 649 repo: GitRepo, pr: "GitHubPR", open_only: bool = True 1059 repo: GitRepo, 1132 repo: GitRepo, 1196 repo: GitRepo, 1259 repo: Optional[GitRepo], org: str, project: str 1287 repo: Optional[GitRepo] = None, 1793 def get_pr_commit_sha(repo: GitRepo, pr: GitHubPR) -> str: 1804 repo: GitRepo, pr: GitHubPR, *, comment_id: Optional[int] = None 1834 repo: GitRepo, pr: GitHubPR, only_closed: bool = True [all …]
|
H A D | cherry_pick.py | 58 def get_merge_commit_sha(repo: GitRepo, pr: GitHubPR) -> Optional[str]: 96 repo: GitRepo, 163 github_actor: str, repo: GitRepo, pr: GitHubPR, commit_sha: str, onto_branch: str 186 repo: GitRepo,
|
H A D | gitutils.py | 138 class GitRepo: class 423 repo: GitRepo, head_ref: str, base_ref: Optional[str] = None
|
/aosp_15_r20/external/pigweed/pw_module/py/pw_module/ |
H A D | seed.py | 247 repo: GitRepo, 342 repo: GitRepo, 410 repo: GitRepo, 463 repo: GitRepo, 474 repo: GitRepo,
|
/aosp_15_r20/tools/external_updater/tests/ |
H A D | gitrepo.py | 30 class GitRepo: class 65 def fetch(self, ref_or_repo: str | GitRepo) -> None:
|
/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/ |
H A D | git_repo.py | 63 class GitRepo: class 370 repo: GitRepo,
|
/aosp_15_r20/tools/external_updater/tests/endtoend/treebuilder/ |
H A D | fakeproject.py | 44 def _initialize_repo(self, repo: GitRepo) -> None:
|
/aosp_15_r20/external/pigweed/pw_package/py/pw_package/ |
H A D | git_repo.py | 59 class GitRepo(pw_package.package_manager.Package): class
|
/aosp_15_r20/external/wayland-protocols/ |
H A D | import_snapshot.py | 41 class GitRepo: class
|
/aosp_15_r20/external/deqp/external/ |
H A D | fetch_sources.py | 244 class GitRepo (Source): class
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | revision_control.py | 53 class GitRepo(object): class
|