templates/map-rss
author Matt Mackall <mpm@selenic.com>
Wed, 09 Aug 2006 14:53:03 -0500
changeset 2847 a9f5d4149123
parent 1901 c64bef3d7043
child 3227 e281903c9d32
permissions -rw-r--r--
Combine manifest dict and flags dict into a single object This gets rid of the need to track two objects and might save memory. This might be faster implemented as a subclassed dict with auxiliary functions to access a sparse flags dict.

default = 'changelog'
header = header-rss.tmpl
changelog = changelog-rss.tmpl
changelogentry = changelogentry-rss.tmpl
filelog = filelog-rss.tmpl
filelogentry = filelogentry-rss.tmpl
tags = tags-rss.tmpl
tagentry = tagentry-rss.tmpl