Home
last modified time | relevance | path

Searched refs:Repo (Results 1 – 5 of 5) 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_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)