view templates/tags.tmpl @ 854:473c030d34a6

Fixed revlog.children. It was comparing a node to a rev, then appending a rev onto the list of children being constructed instead of a node.
author Tristan Wibberley <tristan@wibberley.org>
date Sat, 06 Aug 2005 21:58:28 +0100
parents 11578820b5d7
children aedb47764f29 5197fb9d65d5 4f81068ed8cd
line wrap: on
line source

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

<div class="buttons">
<a href="?cmd=changelog;rev=#rev#">changelog</a>
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
</div>

<h2>tags:</h2>

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

#footer#