view templates/tags.tmpl @ 1887:913397c27cd8

new command debugcomplete add a new command debugcomplete, it lists all the possible completion for the specified command. make the bash_completion script uses it instead of the awk code
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sun, 12 Mar 2006 11:32:03 +0100
parents f79afc26ae3b
children 46b19175fec6
line wrap: on
line source

#header#
<title>#repo|escape#: tags</title>
<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="?mf=#manifest|short#;path=/">manifest</a>
<a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a>
</div>

<h2>tags:</h2>

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

#footer#