Searched refs:commit_dict (Results 1 – 1 of 1) sorted by relevance
76 def _CommitPair(commit_dict): argument77 return (commit_dict['commit'],78 _CommitPositionFromMessage(commit_dict['message']))