##// END OF EJS Templates
hgweb: move prettyprintlines() closure out of diffs()...
hgweb: move prettyprintlines() closure out of diffs() This will be wrapped with mappedgenerator.

File last commit:

r28719:dd2cf90a default
r38004:3f70466e default
Show More
branches.tmpl
11 lines | 367 B | application/x-cheetah | CheetahLexer
{header}
<id>{urlbase}{url|urlescape}</id>
<link rel="self" href="{urlbase}{url|urlescape}atom-branches"/>
<link rel="alternate" href="{urlbase}{url|urlescape}branches"/>
<title>{repo|escape}: branches</title>
<summary>{repo|escape} branch history</summary>
<author><name>Mercurial SCM</name></author>
{latestentry%feedupdated}
{entries%branchentry}
</feed>