Show More
@@ -81,7 +81,11 b" repo_push_template = Template('''" | |||
|
81 | 81 | <ul> |
|
82 | 82 | %for branch, branch_commits in branches_commits.items(): |
|
83 | 83 | <li> |
|
84 | % if branch: | |
|
84 | 85 | <a href="${branch_commits['branch']['url']}">branch: ${branch_commits['branch']['name']}</a> |
|
86 | % else: | |
|
87 | to trunk | |
|
88 | % endif | |
|
85 | 89 | <ul> |
|
86 | 90 | %for commit in branch_commits['commits']: |
|
87 | 91 | <li><a href="${commit['url']}">${commit['short_id']}</a> - ${commit['message_html']}</li> |
General Comments 0
You need to be logged in to leave comments.
Login now