templates/tags.tmpl
author Matt Mackall <mpm@selenic.com>
Mon, 11 Jul 2005 21:56:29 -0800
changeset 684 4ccf3de52989
parent 586 11578820b5d7
child 974 aedb47764f29
child 980 5197fb9d65d5
child 981 4f81068ed8cd
permissions -rw-r--r--
Turn off signing with hgeditor by default manifest hash: f2732475351ee22d78e0dab629db03f1f215b21f

#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#