view templates/tags.tmpl @ 1659:bfa90d9a3b77

Add revlog version signature check
author Matt Mackall <mpm@selenic.com>
date Sun, 29 Jan 2006 20:27:58 +1300
parents fbe4bbd847e5
children f79afc26ae3b
line wrap: on
line source

#header#
<title>#repo|escape#: tags</title>
</head>
<body>

<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?mf=#manifest|short#;path=/">manifest</a>
</div>

<h2>tags:</h2>

<ul id="tagEntries">
#entries%tagentry#
</ul>

#footer#