Searched refs:Repo (Results 1 – 6 of 6) sorted by relevance
/libcore/tools/expected_upstream/ |
D | ojluni_refresh_files.py | 36 Repo, 48 repo: Repo) -> List[ExpectedUpstreamEntry]: argument 108 repo: Repo, checkout_only: bool) -> None: argument 209 def create_commits(repo: Repo, checkout_only: bool) -> None: argument 251 repo = Repo(LIBCORE_DIR.as_posix())
|
D | ojluni_merge_to_main.py | 47 Repo, 56 repo: Repo, commit: Commit) -> List[ExpectedUpstreamEntry]: argument 116 def create_commit_staging_diff(repo: Repo) -> None: argument 201 repo: Repo, head: Head, new_entries: List[ExpectedUpstreamEntry], argument 320 def get_diff_entries(repo: Repo, base_expected_commit: Commit) -> Tuple[ argument 378 repo: Repo, base_commit: Commit, commit: Commit, overlaid_entries: List[ argument 409 repo: Repo, expected_upstream_base: str, argument 597 repo = Repo(LIBCORE_DIR.as_posix())
|
D | ojluni_upgrade_identicals.py | 29 from git import Repo 32 LIBCORE_REPO = Repo(LIBCORE_DIR.as_posix())
|
D | ojluni_modify_expectation.py | 38 from git import (Commit, Repo) 41 LIBCORE_REPO = Repo(LIBCORE_DIR.as_posix())
|
/libcore/tools/expected_upstream/tests/ |
D | common_util_test.py | 28 from git import Repo 155 self.repo = Repo(LIBCORE_DIR.as_posix())
|
/libcore/tools/upstream/ |
D | merge-from-upstream | 138 class Repo: class 253 self.repo = Repo(repo_dir)
|