templates/manifest.tmpl
author Matt Mackall <mpm@selenic.com>
Sun, 29 Jan 2006 09:10:13 +1300
changeset 1646 8e9c203946ae
parent 1498 78590fb4a82b
child 1650 f2ebd5251e88
permissions -rw-r--r--
Clean up paths passed to hgweb (spotted by Peter van Dijk)

#header#
<title>#repo|escape#: manifest #manifest|short#</title>
</head>
<body>

<div class="buttons">
<a href="?cl=#rev#">changelog</a>
<a href="?tags=">tags</a>
<a href="?cs=#node|short#">changeset</a>
#archives%archiveentry#
</div>

<h2>manifest for changeset #node|short#: #path#</h2>

<table cellpadding="0" cellspacing="0">
<tr class="parity1">
  <td><tt>drwxr-xr-x</tt>&nbsp;
  <td><a href="?mf=#manifest|short#;path=#up#">[up]</a>
#dentries%manifestdirentry#
#fentries%manifestfileentry#
</table>
#footer#