# HG changeset patch # User Martin Geisler # Date 1242247296 -7200 # Node ID 890a85b6722880015f3b03e2255602b0b20acf26 # Parent 783c8c78db86927b4ba455d934ca71adc67cde57 coal: break long lines in map file diff -r 783c8c78db86 -r 890a85b67228 templates/coal/map --- a/templates/coal/map Wed May 13 22:40:49 2009 +0200 +++ b/templates/coal/map Wed May 13 22:41:36 2009 +0200 @@ -23,8 +23,30 @@ changeset = ../paper/changeset.tmpl manifest = ../paper/manifest.tmpl -direntry = ' {basename|escape}/ {emptydirs|escape}drwxr-xr-x' -fileentry = ' {basename|escape}{size}{permissions|permissions}' +direntry = ' + + + + dir. {basename|escape}/ + + + {emptydirs|escape} + + + + drwxr-xr-x + ' + +fileentry = ' + + + + file {basename|escape} + + + {size} + {permissions|permissions} + ' filerevision = ../paper/filerevision.tmpl fileannotate = ../paper/fileannotate.tmpl @@ -33,7 +55,14 @@ fileline = '
{linenumber} {line|escape}
' filelogentry = ../paper/filelogentry.tmpl -annotateline = '{author|user}@{rev}{linenumber} {line|escape}' +annotateline = ' + + + {author|user}@{rev} + + {linenumber} {line|escape} + ' diffblock = '
{lines}
' difflineplus = '{linenumber} {line|escape}' @@ -41,7 +70,11 @@ difflineat = '{linenumber} {line|escape}' diffline = '{linenumber} {line|escape}' -changelogparent = 'parent {rev}:{node|short}' +changelogparent = ' + + parent {rev}: + {node|short} + ' changesetparent = '{node|short} ' @@ -49,27 +82,108 @@ filerevchild = '{node|short} ' filerename = '{file|escape}@' -filelogrename = 'base:{file|escape}@{node|short}' -fileannotateparent = 'parent:{rename%filerename}{node|short}' +filelogrename = ' + + base: + + + {file|escape}@{node|short} + + + ' +fileannotateparent = ' + + parent: + + + {rename%filerename}{node|short} + + + ' changesetchild = ' {node|short}' -changelogchild = 'child{node|short}' -fileannotatechild = 'child:{node|short}' +changelogchild = ' + + child + + + {node|short} + + + ' +fileannotatechild = ' + + child: + + + {node|short} + + + ' tags = ../paper/tags.tmpl -tagentry = '{tag|escape}{node|short}' +tagentry = ' + + + + {tag|escape} + + + + {node|short} + + ' branches = ../paper/branches.tmpl -branchentry = '{branch|escape}{node|short}' +branchentry = ' + + + + {branch|escape} + + + + {node|short} + + ' changelogtag = '{name|escape} ' changesettag = '{tag|escape} ' changelogbranchhead = '{name|escape} ' changelogbranchname = '{name|escape} ' -filediffparent = 'parent {rev}:{node|short}' -filelogparent = 'parent {rev}:{node|short}' -filediffchild = 'child {rev}:{node|short}' -filelogchild = 'child {rev}:{node|short}' -indexentry = '{name|escape}{description}{contact|obfuscate}{lastchange|age} ago{archives%indexarchiveentry}\n' + +filediffparent = ' + + parent {rev}: + {node|short} + ' +filelogparent = ' + + parent {rev}: + {node|short} + ' +filediffchild = ' + + child {rev}: + {node|short} + + ' +filelogchild = ' + + child {rev}: + {node|short} + ' + +indexentry = ' + + {name|escape} + {description} + {contact|obfuscate} + {lastchange|age} ago + {archives%indexarchiveentry} + \n' indexarchiveentry = ' ↓{type|escape}' index = ../paper/index.tmpl -archiveentry = '
  • {type|escape}
  • ' +archiveentry = ' +
  • + {type|escape} +
  • ' notfound = ../paper/notfound.tmpl error = ../paper/error.tmpl urlparameter = '{separator}{name}={value|urlescape}'