templates/filelog-rss.tmpl
author Matt Mackall <mpm@selenic.com>
Wed, 06 Jul 2005 22:27:07 -0800
changeset 641 27f53edc02b9
parent 599 765182a4c843
child 985 7ffa91f275ff
permissions -rw-r--r--
Catch SIGHUP This should reduce the chance that a repo we're connected to via ssh gets interrupted without doing rollback.
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#: #file# history</title>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     3
    <description>#file# revision history</description>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     4
    #entries#
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>