view mercurial-server/resources/buildServerResources/fastlog.template @ 991:f342d25311c1 Indore-2017.2.x

TW-50054 disable custom hg config on server by default
author Dmitry Neverov <dmitry.neverov@gmail.com>
date Mon, 29 Jan 2018 09:38:17 +0100
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}'