view templates/raw/map @ 8381:f52fcc864df4

inotify: server.walk(): use yield instead of for iterate on subdir when the directory is found, not once all the directories are found, since yield order doesn't matter
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Mon, 04 May 2009 18:19:26 +0900
parents fb3df69aa785
children 4bf90ee588b9
line wrap: on
line source

mimetype = 'text/plain; charset={encoding}'
header = ''
footer = ''
changeset = changeset.tmpl
difflineplus = '#line#'
difflineminus = '#line#'
difflineat = '#line#'
diffline = '#line#'
changesetparent = '# Parent  #node#'
changesetchild = '# Child   #node#'
filenodelink = ''
fileline = '#line#'
diffblock = '#lines#'
filediff = filediff.tmpl
fileannotate = fileannotate.tmpl
annotateline = '{author|user}@{rev}: {line}'
manifest = manifest.tmpl
direntry = 'drwxr-xr-x {basename}\n'
fileentry = '{permissions|permissions} {size} {basename}\n'
index = index.tmpl
notfound = notfound.tmpl
error = error.tmpl
indexentry = '#url#\n'