view templates/map-raw @ 3268:6901d3545021

Some versions of sed don't support .\+, so use ..* instead. Reported by Christian Ebert for MacOS X.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 05 Oct 2006 20:03:38 +0200
parents a63be0dfa42e
children
line wrap: on
line source

header = raw/header.tmpl
footer = ''
changeset = raw/changeset.tmpl
difflineplus = '#line#'
difflineminus = '#line#'
difflineat = '#line#'
diffline = '#line#'
changesetparent = '# Parent #node#'
changesetchild = '# Child #node#'
filenodelink = ''
filerevision = '#rawfileheader##raw#'
fileline = '#line#'
diffblock = '#lines#'
filediff = raw/filediff.tmpl
fileannotate = raw/fileannotate.tmpl
annotateline = '#author#@#rev#: #line#'