Home
last modified time | relevance | path

Searched refs:commit_messages (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/push-to-trunk/
Dpush_to_trunk.py201 commit_messages = [
210 body = MakeChangeLogBody(commit_messages, auto_format=True)
220 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
Dcommon_includes.py98 def MakeChangeLogBody(commit_messages, auto_format=False): argument
101 for (title, body, author) in commit_messages: