##// END OF EJS Templates
tests: don't rely on 'false' exit code in test-run-tests.t...
tests: don't rely on 'false' exit code in test-run-tests.t On Solaris: $ sh -c 'false ; echo $?' 255

File last commit:

r13858:1046cb66 stable
r16014:f8955a7f stable
Show More
bookmarks.tmpl
11 lines | 343 B | application/x-cheetah | CheetahLexer
Yuya Nishihara
hgweb: add missing bookmarks templates to atom/rss styles...
r13858 {header}
<id>{urlbase}{url}</id>
<link rel="self" href="{urlbase}{url}atom-bookmarks"/>
<link rel="alternate" href="{urlbase}{url}bookmarks"/>
<title>{repo|escape}: bookmarks</title>
<summary>{repo|escape} bookmark history</summary>
<author><name>Mercurial SCM</name></author>
{latestentry%feedupdated}
{entries%bookmarkentry}
</feed>