comparison mercurial/templates/coal/map @ 14563:81fc9678b018

paper, coal: define the diffstat templates The templates output the filename, the total number of changes to the file and a bar graph of the adds and removes. The filename is a link into the diff output. The diffstat is not yet displayed, but it can be manually added to the changeset page template.
author Steven Brown <StevenGBrown@gmail.com>
date Thu, 09 Jun 2011 01:19:39 +0800
parents b24e5a708fad
children fe9d36a6853e
comparison
equal deleted inserted replaced
14562:fccd3b966da7 14563:81fc9678b018
21 filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> ' 21 filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
22 filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' 22 filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
23 filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' 23 filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
24 filenolink = '{file|escape} ' 24 filenolink = '{file|escape} '
25 fileellipses = '...' 25 fileellipses = '...'
26 diffstatlink = ../paper/diffstat.tmpl
27 diffstatnolink = ../paper/diffstat.tmpl
26 changelogentry = ../paper/shortlogentry.tmpl 28 changelogentry = ../paper/shortlogentry.tmpl
27 searchentry = ../paper/shortlogentry.tmpl 29 searchentry = ../paper/shortlogentry.tmpl
28 changeset = ../paper/changeset.tmpl 30 changeset = ../paper/changeset.tmpl
29 manifest = ../paper/manifest.tmpl 31 manifest = ../paper/manifest.tmpl
30 32