# HG changeset patch # User Matt Mackall # Date 1281981342 18000 # Node ID 5b559934d5046a2885761255d5813eb52acf64ae # Parent 927ada259634b99e548f014bd5bd4972db9b2d00 templates: add filenolink to raw style (issue2332) diff -r 927ada259634 -r 5b559934d504 mercurial/templates/raw/map --- a/mercurial/templates/raw/map Sun Aug 15 23:13:56 2010 -0500 +++ b/mercurial/templates/raw/map Mon Aug 16 12:55:42 2010 -0500 @@ -9,6 +9,7 @@ changesetparent = '# Parent {node}' changesetchild = '# Child {node}' filenodelink = '' +filenolink = '' fileline = '{line}' diffblock = '{lines}' filediff = filediff.tmpl