Home
last modified time | relevance | path

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

/development/tools/repo_diff/
Drepo_diff_trees.py164 def match_projects(upstream_projects, downstream_projects): argument
178 unmatched_upstream_projects = set(upstream_projects.keys())
180 upstream_root_commits = find_root_commits_in_projects(upstream_projects)
184 if downstream_name in upstream_projects:
247 upstream_projects, downstream_projects = map(
256 upstream_projects,
260 match_projects(upstream_projects, downstream_projects),
264 def stats_from_match(upstream_projects, downstream_projects, match): argument
293 upstream_projects.get(upstream_project_name),