view templates/changeset.tmpl @ 683:104d2aee3b44

Revert hgeditor change to manifest bits -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Revert hgeditor change to manifest bits I'd rather have a blank line at the top. This code primarily exists to show possible methods of signing changesets so I'm not very concerned about conciseness or performance. I should probably have all the signing commented out or disabled by default. manifest hash: 764da8d65bdaf9b45c7e3efd6cd2b4ee70979417 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFC01sdywK+sNU5EO8RAr2BAJ9Uq0XberFrYyehvmoKgE8p/j0XFQCdFPJr DPDMbKeBHwK/yMiileBFW8o= =DvnD -----END PGP SIGNATURE-----
author Matt Mackall <mpm@selenic.com>
date Mon, 11 Jul 2005 21:54:37 -0800
parents dbe0ce2ae196
children 01db658cc78a
line wrap: on
line source

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

<div class="buttons">
<a href="?cmd=changelog;rev=#rev#">changelog</a>
<a href="?cmd=tags">tags</a>
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
<a href="?cmd=changeset;node=#node#;style=raw">raw</a>
</div>

<h2>changeset: #desc|escape|firstline#</h2>

<table id="changesetEntry">
<tr>
 <th class="changeset">changeset #rev#:</th>
 <td class="changeset"><a href="?cmd=changeset;node=#node#">#node|short#</a></td>
</tr>
#parent#
#changesettag#
<tr>
 <th class="manifest">manifest:</th>
 <td class="manifest"><a href="?cmd=manifest;manifest=#manifest#;path=/">#manifest|short#</a></td>
</tr>
<tr>
 <th class="author">author:</th>
 <td class="author">#author|obfuscate#</td>
</tr>
<tr>
 <th class="date">date:</th>
 <td class="date">#date|date# (#date|age# ago)</td></tr>
<tr>
 <th class="files">files:</th>
 <td class="files">#files#</td></tr>
<tr>
 <th class="description">description:</th>
 <td class="description">#desc|escape|addbreaks#</td>
</tr>
</table>

<div id="changesetDiff">
#diff#
</div>

</body>
</html>