mercurial/templates/rss/changelog.tmpl
author Yuya Nishihara <yuya@tcha.org>
Thu, 25 May 2017 21:53:44 +0900
changeset 32584 746e12a767b3
parent 9999 f91e5630ce7e
permissions -rw-r--r--
cat: add formatter support This is an example showing how formatter can handle the --output option. git subrepo isn't supported for now.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8428
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3235
diff changeset
     1
{header}
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3235
diff changeset
     2
    <title>{repo|escape} Changelog</title>
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3235
diff changeset
     3
    <description>{repo|escape} Changelog</description>
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3235
diff changeset
     4
    {entries%changelogentry}
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     5
  </channel>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     6
</rss>