##// END OF EJS Templates
json: implement {changeset} template...
json: implement {changeset} template Output only contains basic changeset information for the moment. The format is compatible with `hg log -Tjson`.

File last commit:

r9999:f91e5630 default
r24563:83028053 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>