Mercurial > hg > mercurial
view mercurial-server/resources/buildServerResources/fastlog.template @ 719:59a3b5ef91a9
drop legacy
author | eugene.petrenko@jetbrains.com |
---|---|
date | Mon, 13 Jan 2014 19:42:22 +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}'