view mercurial/templates/gitweb/footer.tmpl @ 32633:b01bfa5abbfe

test: add a push race case where raced push created a new named branch We check case where the raced push create a new branch on the same head updated by the racing push.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 27 May 2017 22:26:16 +0200
parents eb7de21b15be
children
line wrap: on
line source

<div class="page_footer">
<div class="page_footer_text">{repo|escape}</div>
<div class="rss_logo">
<a href="{url|urlescape}rss-log">RSS</a>
<a href="{url|urlescape}atom-log">Atom</a>
</div>
<br />
{motd}
</div>
</body>
</html>