##// END OF EJS Templates
hgweb: use "nonempty" filter in templates for the changelog message...
hgweb: use "nonempty" filter in templates for the changelog message At least subversion allows empty commit logs which, after conversion, show up as empty fields in hgweb and don't allow selecting the changeset. Using "nonempty" as filter, "(none)" is used to get clickable links for empty commit messages.

File last commit:

r5269:46c5e1ee default
r8235:89bc3946 default
Show More
filelog.tmpl
8 lines | 242 B | application/x-cheetah | CheetahLexer
#header#
<id>{urlbase}{url}atom-log/tip/{file|escape}</id>
<link rel="self" href="{urlbase}{url}atom-log/tip/{file|escape}"/>
<title>#repo|escape#: #file|escape# history</title>
#latestentry%feedupdated#
#entries%changelogentry#
</feed>