view templates/tags.tmpl @ 1439:65cbe22b03fa

allow 'hg out' / 'hg in' to show newest commit first
author Michal Kvasnica <kvasnica@gmail.com>
date Mon, 24 Oct 2005 16:59:31 -0700
parents 22041f754f4a
children fbe4bbd847e5
line wrap: on
line source

#header#
<title>#repo#: 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#