view templates/changelogentry-gitweb.tmpl @ 2349:88c881bda888

darcs2hg.py: import darcs project into mercurial For now, the tags are not taken into account (so you have to reenter the tags by hand)
author Sébastien Pierre <sebastien@xprima.com>
date Sat, 27 May 2006 15:04:40 -0700
parents f027bc2d3f4a
children
line wrap: on
line source

<div>
<a class="title" href="?cmd=changeset;node=#node#;style=gitweb"><span class="age">#date|age# ago</span>#desc|strip|firstline|escape#</a>
</div>
<div class="title_text">
<div class="log_link">
<a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a><br/>
</div>
<i>#author|obfuscate# [#date|rfc822date#] rev #rev#</i><br/>
</div>
<div class="log_body">
#desc|strip|escape|addbreaks#
<br/>
<br/>
</div>