##// END OF EJS Templates
hipchat: added a case for SVN commits to trunk
marcink -
r2648:79c76515 default
parent child Browse files
Show More
@@ -81,11 +81,15 b" repo_push_template = Template('''"
81 <ul>
81 <ul>
82 %for branch, branch_commits in branches_commits.items():
82 %for branch, branch_commits in branches_commits.items():
83 <li>
83 <li>
84 % if branch:
84 <a href="${branch_commits['branch']['url']}">branch: ${branch_commits['branch']['name']}</a>
85 <a href="${branch_commits['branch']['url']}">branch: ${branch_commits['branch']['name']}</a>
86 % else:
87 to trunk
88 % endif
85 <ul>
89 <ul>
86 %for commit in branch_commits['commits']:
90 % for commit in branch_commits['commits']:
87 <li><a href="${commit['url']}">${commit['short_id']}</a> - ${commit['message_html']}</li>
91 <li><a href="${commit['url']}">${commit['short_id']}</a> - ${commit['message_html']}</li>
88 %endfor
92 % endfor
89 </ul>
93 </ul>
90 </li>
94 </li>
91 %endfor
95 %endfor
General Comments 0
You need to be logged in to leave comments. Login now