Home
last modified time | relevance | path

Searched refs:downstream_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
182 for downstream_name, downstream_path in downstream_projects.iteritems():
247 upstream_projects, downstream_projects = map(
257 downstream_projects,
260 match_projects(upstream_projects, downstream_projects),
264 def stats_from_match(upstream_projects, downstream_projects, match): argument
294 downstream_projects.get(downstream_project_name),
302 'downstream_path': downstream_projects.get(downstream_project_name)