##// END OF EJS Templates
Option --decode for hg cat to apply decode filters....
Option --decode for hg cat to apply decode filters. (Does not trigger expansion of keyword arguments when using keyword extension, though that might be desirable as well.)

File last commit:

r5269:46c5e1ee default
r6093:f5b00b6e default
Show More
tags.tmpl
24 lines | 638 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: tags</title>
<link rel="alternate" type="application/atom+xml"
href="#url#atom-tags" title="Atom feed for #repo|escape#: tags">
<link rel="alternate" type="application/rss+xml"
href="?cmd=tags;style=rss" title="RSS feed for #repo|escape#: tags">
</head>
<body>
<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?sl=tip">shortlog</a>
<a href="?mf=#node|short#;path=/">manifest</a>
<a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a>
<a type="application/atom+xml" href="#url#atom-tags">atom</a>
</div>
<h2>tags:</h2>
<ul id="tagEntries">
#entries%tagentry#
</ul>
#footer#