Searched refs:get_commit_list (Results 1 – 3 of 3) sorted by relevance
101 result_list = repo_man.get_commit_list(new_commit, old_commit)112 repo_man.get_commit_list('fakecommit', new_commit)114 repo_man.get_commit_list(new_commit, 'fakecommit')116 repo_man.get_commit_list(old_commit, new_commit) # pylint: disable=arguments-out-of-order
194 commit_list = bisect_repo_manager.get_commit_list(new_commit, old_commit)242 commit_list = bisect_repo_manager.get_commit_list(
138 def get_commit_list(self, newest_commit, oldest_commit=None): member in RepoManager