Home
last modified time | relevance | path

Searched refs:Repo (Results 1 – 6 of 6) sorted by relevance

/libcore/tools/expected_upstream/
Dojluni_refresh_files.py36 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())
Dojluni_merge_to_main.py47 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())
Dojluni_upgrade_identicals.py29 from git import Repo
32 LIBCORE_REPO = Repo(LIBCORE_DIR.as_posix())
Dojluni_modify_expectation.py38 from git import (Commit, Repo)
41 LIBCORE_REPO = Repo(LIBCORE_DIR.as_posix())
/libcore/tools/expected_upstream/tests/
Dcommon_util_test.py28 from git import Repo
155 self.repo = Repo(LIBCORE_DIR.as_posix())
/libcore/tools/upstream/
Dmerge-from-upstream138 class Repo: class
253 self.repo = Repo(repo_dir)