Mercurial > hg
view mercurial/templates/monoblue/footer.tmpl @ 40892:140d455ef40a
test: enable sparse-revlog for test-hgweb-commands.t
We are about to enable sparse-revlog globally. To help with reviewing the
tests change, we isolate them in individual changesets.
Differential Revision: https://phab.mercurial-scm.org/D5319
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Mon, 12 Nov 2018 01:04:59 +0100 |
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>