diff -r 462579cbad45 -r 9409aeaafdc1 mercurial/templates/spartan/map --- a/mercurial/templates/spartan/map Fri Feb 01 15:14:05 2013 -0600 +++ b/mercurial/templates/spartan/map Fri Feb 01 20:43:35 2013 +0100 @@ -7,12 +7,12 @@ shortlog = shortlog.tmpl shortlogentry = shortlogentry.tmpl graph = graph.tmpl -naventry = '{label|escape} ' -navshortentry = '{label|escape} ' -navgraphentry = '{label|escape} ' -filenaventry = '{label|escape} ' -filedifflink = '{file|escape} ' -filenodelink = '{file|escape} ' +naventry = '{label|escape} ' +navshortentry = '{label|escape} ' +navgraphentry = '{label|escape} ' +filenaventry = '{label|escape} ' +filedifflink = '{file|escape} ' +filenodelink = '{file|escape} ' filenolink = '{file|escape} ' fileellipses = '...' changelogentry = changelogentry.tmpl @@ -31,8 +31,8 @@     - {basename|escape}/ - + {basename|escape}/ + {emptydirs|urlescape} ' @@ -41,7 +41,7 @@ {permissions|permissions}  {date|isodate}  {size}  - {basename|escape}' + {basename|escape}' filerevision = filerevision.tmpl fileannotate = fileannotate.tmpl @@ -56,7 +56,7 @@ annotateline = ' - {author|user}@{rev} @@ -72,19 +72,19 @@ parent {rev}: - {node|short} + {node|short} ' changesetparent = ' parent {rev}: - {node|short} + {node|short} ' filerevparent = ' parent: - + {rename%filerename}{node|short} @@ -94,7 +94,7 @@ base: - + {file|escape}@{node|short} @@ -103,7 +103,7 @@ parent: - + {rename%filerename}{node|short} @@ -111,34 +111,34 @@ changesetchild = ' child {rev}: - {node|short} + {node|short} ' changelogchild = ' child {rev}: - {node|short} + {node|short} ' filerevchild = ' child: - {node|short} + {node|short} ' fileannotatechild = ' child: - {node|short} + {node|short} ' tags = tags.tmpl tagentry = '
  • {node} - {tag|escape} + {tag|escape}
  • ' branches = branches.tmpl branchentry = '
  • {node} - {branch|escape} + {branch|escape}
  • ' diffblock = '
    {lines}
    ' changelogtag = 'tag:{tag|escape}' @@ -146,39 +146,39 @@ filediffparent = ' parent {rev}: - {node|short} + {node|short} ' filelogparent = ' parent {rev}: - {node|short} + {node|short} ' filediffchild = ' child {rev}: - {node|short} + {node|short} ' filelogchild = ' child {rev}: - {node|short} + {node|short} ' indexentry = ' - {name|escape} + {name|escape} {description} {contact|obfuscate} {lastchange|rfc822date} - RSS - Atom + RSS + Atom {archives%archiveentry} ' index = index.tmpl -archiveentry = '{type|escape} ' +archiveentry = '{type|escape} ' notfound = notfound.tmpl error = error.tmpl urlparameter = '{separator}{name}={value|urlescape}' hiddenformentry = '' -breadcrumb = '> {name} ' +breadcrumb = '> {name|escape} '