Searched refs:commit_or_branch (Results 1 – 1 of 1) sorted by relevance
14 def retrieve_changeid(commit_or_branch): argument16 cmd = ['git', 'log', '-1', '--format=%B', commit_or_branch, '--']24 raise Exception('Change-Id field missing from commit %s' % commit_or_branch)