##// END OF EJS Templates
fix for cloning empty repo (.hg is still empty)
fix for cloning empty repo (.hg is still empty)

File last commit:

r1419:22041f75 default
r1444:f84ed9c6 default
Show More
tags.tmpl
17 lines | 238 B | application/x-cheetah | CheetahLexer
#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#