templates/rss/map
author Matt Mackall <mpm@selenic.com>
Sun, 10 Aug 2008 22:55:00 -0500
changeset 6880 892806b3fc0f
parent 5928 3340aa5a64f7
child 7748 09bec6fd747c
permissions -rw-r--r--
util: disinfect lookup_reg strings (issue1126) lookup_reg could return Unicode strings, which would infect other strings and generate unexpected tracebacks. Spotted by Rémy Roy. Fold in silly nested function while we're at it.

default = 'changelog'
mimetype = 'text/xml; charset={encoding}'
header = header.tmpl
changelog = changelog.tmpl
changelogentry = changelogentry.tmpl
filelog = filelog.tmpl
filelogentry = filelogentry.tmpl
tags = tags.tmpl
tagentry = tagentry.tmpl