Lines Matching refs:diff
76 """Retrieves stats of diff between two git revisions.
79 directory: A path to the git directory to diff.
80 rev_a: A git revision to diff.
81 rev_b: A git revision to diff.
94 ['-C', directory, 'diff', '--shortstat', rev_a, rev_b])
104 """Retrieves stats of diff between two git projects.
441 'Diff Status',
460 'Diff Status': stat['status'],
470 def diff(upstream_source_tree, downstream_source_tree, project_output_file,
472 """Diff one repo source tree against another.
491 description='Diff a repo source tree against an upstream source tree.')
509 'the diff. You may use a regular expression to match project names as'
522 diff(upstream_source_tree, downstream_source_tree, project_output_file,