view mercurial-server/resources/buildServerResources/log.no.files.template @ 603:256d3fc22a28

fix capitalization: labels should have first word capitalized only, while titles should have all words capitalized
author Pavel.Sher
date Thu, 06 Jun 2013 09:22:34 +0200
parents 83aff5760c25
children 3daa8e36f8f1
line wrap: on
line source
header = '<?xml version="1.0"?>\n<log>\n'
footer = '</log>\n'

changeset = '<logentry revision="{rev}" shortnode="{node|short}">\n{parents}<author original="{author|xmlescape}"/>\n<date>{date|date|xmlescape}</date>\n<msg xml:space="preserve">{desc|xmlescape}</msg>\n</logentry>\n'

parent = '<parent revision="{rev}" node="{node}" shortnode="{node|short}"/>\n'