##// END OF EJS Templates
inotify: fix bug in formatting
inotify: fix bug in formatting

File last commit:

r5270:b962f82c default
r7304:68374f1c default
Show More
changelogentry.tmpl
16 lines | 509 B | application/x-cheetah | CheetahLexer
<entry>
<title>#desc|strip|firstline|strip|escape#</title>
<id>http://www.selenic.com/mercurial/#changeset-{node}</id>
<link href="{urlbase}{url}rev/{node}"/>
<author>
<name>#author|person|escape#</name>
<email>#author|email|obfuscate#</email>
</author>
<updated>#date|rfc3339date#</updated>
<published>#date|rfc3339date#</published>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre xml:space="preserve">#desc|escape#</pre>
</div>
</content>
</entry>