templates/rss/changelog.tmpl
author Brendan Cully <brendan@kublai.com>
Sun, 05 Aug 2007 11:30:52 -0700
changeset 5120 514c06098e9c
parent 3235 e281903c9d32
child 8428 5ccca71775e1
permissions -rw-r--r--
convert: svn: pull up path to file expansion code into separate function. This is part of the process for deferring path expansion until getchanges. Copy detection also needs to be moved out of the commit object.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     1
#header#
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     2
    <title>#repo|escape# Changelog</title>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     3
    <description>#repo|escape# Changelog</description>
985
7ffa91f275ff hgweb: fix RSS and raw for new % scheme
mpm@selenic.com
parents: 599
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>