##// 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
mpm@selenic.com
hgweb: actually commit the tags template
r169 #header#
<title>#repo#: tags</title>
</head>
<body>
<div class="buttons">
Matt Mackall
hgweb: fix broken tags->changelog link
r1419 <a href="?cl=tip">changelog</a>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?mf=#manifest|short#;path=/">manifest</a>
mpm@selenic.com
hgweb: actually commit the tags template
r169 </div>
<h2>tags:</h2>
mpm@selenic.com
[PATCH] Tags template cleanup...
r586 <ul id="tagEntries">
Josef "Jeff" Sipek
Added support for #foo%bar# syntax...
r974 #entries%tagentry#
mpm@selenic.com
[PATCH] Tags template cleanup...
r586 </ul>
mpm@selenic.com
hgweb: actually commit the tags template
r169
#footer#