Searched refs:commit_list (Results 1 – 1 of 1) sorted by relevance
218 def _attempt_fixes(fixup_func_list, commit_list): argument227 if commit != commit_list[0]:249 def _run_project_hooks_in_cwd(project_name, proj_dir, output, commit_list=None): argument296 if not commit_list:297 commit_list = rh.git.get_commits(303 for commit in commit_list:329 _attempt_fixes(fixup_func_list, commit_list)334 def _run_project_hooks(project_name, proj_dir=None, commit_list=None): argument371 commit_list=commit_list)470 commit_list=opts.commits):