Mercurial > hg
view mercurial/templates/monoblue/footer.tmpl @ 45917:721f765a34ac
errors: raise StateError on uncommitted changes when merge starts
Differential Revision: https://phab.mercurial-scm.org/D9393
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 23 Nov 2020 23:08:58 -0800 |
parents | eb7de21b15be |
children |
line wrap: on
line source
<div class="page-footer"> <p>Mercurial Repository: {repo|escape}</p> <ul class="rss-logo"> <li><a href="{url|urlescape}rss-log">RSS</a></li> <li><a href="{url|urlescape}atom-log">Atom</a></li> </ul> {motd} </div> <div id="powered-by"> <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a></p> </div> </div> </body> </html>