templates/rss/map
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 04 May 2009 17:17:03 +0900
changeset 8323 589a82fb02a2
parent 7748 09bec6fd747c
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

default = 'changelog'
mimetype = 'text/xml; charset={encoding}'
header = header.tmpl
changelog = changelog.tmpl
changelogentry = changelogentry.tmpl
filelog = filelog.tmpl
filelogentry = filelogentry.tmpl
tags = tags.tmpl
tagentry = tagentry.tmpl
error = error.tmpl