Searched refs:downstream_dir (Results 1 – 1 of 1) sorted by relevance
103 def get_project_stats(upstream_dir, downstream_dir): argument124 if upstream_dir and downstream_dir:125 print('Diffing %s vs %s' % (downstream_dir, upstream_dir))126 git(['-C', downstream_dir, 'fetch', '--update-shallow', upstream_dir])127 stats = get_revision_diff_stats(downstream_dir, 'FETCH_HEAD', 'HEAD')