##// END OF EJS Templates
templates-default: do not show description or summary if empty...
templates-default: do not show description or summary if empty changeset_printer shows description only if ctx.description().strip() is not empty. The default template should do the same way.

File last commit:

r9999:f91e5630 default
r24637:c1cb6523 default
Show More
error.tmpl
10 lines | 244 B | application/x-cheetah | CheetahLexer
{header}
<title>Error</title>
<description>Error</description>
<item>
<title>Error</title>
<description>{error|escape}</description>
<guid>http://mercurial.selenic.com/#error</guid>
</item>
</channel>
</rss>