Searched refs:newest_commit (Results 1 – 1 of 1) sorted by relevance
138 def get_commit_list(self, newest_commit, oldest_commit=None): argument155 if not self.commit_exists(newest_commit):156 raise ValueError('The newest commit %s does not exist' % newest_commit)157 if oldest_commit == newest_commit:161 commit_range = oldest_commit + '..' + newest_commit163 commit_range = newest_commit170 (oldest_commit, newest_commit))