templates/rss/changelog.tmpl
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 04 May 2009 17:17:03 +0900
changeset 8323 589a82fb02a2
parent 3235 e281903c9d32
child 8428 5ccca71775e1
permissions -rw-r--r--
inotify: inotify.server.walk*() cleanup When not in root repo, if we meet a .hg, bail out. break was used, but return can be safely used instead: if we go through break then (top or not hginside) == False -> nothing is done after the for loop

#header#
    <title>#repo|escape# Changelog</title>
    <description>#repo|escape# Changelog</description>
    #entries%changelogentry#
  </channel>
</rss>