Searched refs:base_revision (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/utils/Reviewing/ |
D | find_interesting_reviews.py | 482 git_repo, base_revision, path = cache_key 484 "--line-porcelain {1} -- {2}").format(git_repo, base_revision, 496 def get_blame_output_for(self, git_repo, base_revision, path, start_line=-1, argument 498 cache_key = (git_repo, base_revision, path) 514 def get_parsed_git_blame_for(self, git_repo, base_revision, path, argument 517 self.get_blame_output_for(git_repo, base_revision, path, start_line, 539 base_revision = get_git_cmd_output(cmd).strip() 540 logging.debug("Base revision={0}".format(base_revision)) 549 git_repo, base_revision, path, start_line, end_line 558 git_repo, base_revision, path).items():
|