view mercurial-server/resources/buildServerResources/log.template @ 680:03a544f9eae1 Gaya-8.0.x

TW-33700 fix relative ssh urls resolution
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Fri, 29 Nov 2013 15:24:36 +0400
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<paths>\n{file_adds}{file_dels}{file_mods}</paths>\n</logentry>\n'

file_add  = '<path action="A">{file_add|xmlescape}</path>\n'
file_mod  = '<path action="M">{file_mod|xmlescape}</path>\n'
file_del  = '<path action="R">{file_del|xmlescape}</path>\n'

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