Mercurial > hg > mercurial
view mercurial-server/resources/buildServerResources/fastlog.template @ 1123:7f82951e9391 development/2023.11.x tip
merge default to development/2023.11.x branch
author | Nadia Burnasheva <nadezhda.burnasheva@jetbrains.com> |
---|---|
date | Wed, 18 Oct 2023 13:30:24 +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}'