Mercurial > hg-stable
annotate templates/map-rss @ 2133:4334be196f8d
Tidyups for run-tests.py inc. try/finally cleanup and allow tests to be specified on command line
author | Stephen Darnell <stephen@darnell.plus.com> |
---|---|
date | Wed, 26 Apr 2006 16:54:07 +0200 |
parents | c64bef3d7043 |
children | e281903c9d32 |
rev | line source |
---|---|
1901
c64bef3d7043
use safer string parser for template engine.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
1766
diff
changeset
|
1 default = 'changelog' |
599 | 2 header = header-rss.tmpl |
3 changelog = changelog-rss.tmpl | |
4 changelogentry = changelogentry-rss.tmpl | |
5 filelog = filelog-rss.tmpl | |
6 filelogentry = filelogentry-rss.tmpl | |
1766
93f54a2b3864
tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
986
diff
changeset
|
7 tags = tags-rss.tmpl |
93f54a2b3864
tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
986
diff
changeset
|
8 tagentry = tagentry-rss.tmpl |