##// 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:

r7749:f32af51a default
r8235:89bc3946 default
Show More
map
11 lines | 332 B | text/plain | TextLexer
default = 'changelog'
feedupdated = '<updated>#date|rfc3339date#</updated>'
mimetype = 'application/atom+xml; charset={encoding}'
header = header.tmpl
changelog = changelog.tmpl
changelogentry = changelogentry.tmpl
filelog = filelog.tmpl
filelogentry = filelogentry.tmpl
tags = tags.tmpl
tagentry = tagentry.tmpl
error = error.tmpl