##// 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 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 %for commit in branch_commits['commits']:
90 % for commit in branch_commits['commits']:
87 91 <li><a href="${commit['url']}">${commit['short_id']}</a> - ${commit['message_html']}</li>
88 %endfor
92 % endfor
89 93 </ul>
90 94 </li>
91 95 %endfor
General Comments 0
You need to be logged in to leave comments. Login now