Lines Matching refs:revision
182 revision = old_tree
185 revision = ''
188 revision = None
190 revision,
414 def run_clang_format_and_save_to_tree(changed_lines, revision=None, argument
421 env = os.environ.copy() if revision == '' else None
429 if revision is not None:
430 if len(revision) > 0:
432 '%s:%s' % (revision, os.path.dirname(filename)),
447 revision=revision,
475 def clang_format_to_blob(filename, line_ranges, revision=None, argument
490 if revision is not None:
492 git_show_cmd = ['git', 'cat-file', 'blob', '%s:%s' % (revision, filename)]