Searched refs:commit_list (Results 1 – 1 of 1) sorted by relevance
220 def _attempt_fixes(fixup_func_list, commit_list): argument229 if commit != commit_list[0]:251 def _run_project_hooks_in_cwd(project_name, proj_dir, output, commit_list=None): argument299 if not commit_list:300 commit_list = rh.git.get_commits(306 for commit in commit_list:335 _attempt_fixes(fixup_func_list, commit_list)340 def _run_project_hooks(project_name, proj_dir=None, commit_list=None): argument377 commit_list=commit_list)476 commit_list=opts.commits):