view mercurial-server/resources/buildServerResources/fastlog.template @ 1113:75884a6be8ca

TW-74739 Update commons-codec library to the latest version
author Vladimir I <vladimir.ilmov@jetbrains.com>
date Wed, 27 Sep 2023 12:54:09 +0200
parents b5faf07c8171
children
line wrap: on
line source

header = '<?xml version="1.0"?>\n<log>\n'
footer = '</log>\n'

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

file  = '<path action="M">{file|xmlescape}</path>\n'

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

branch = '{branch|xmlescape}'