view mercurial-server/resources/buildServerResources/fastlog.template @ 932:448ef0521954 Hajipur-9.1.x

TW-42308 delete file only if it exists to avoid warns in log
author Dmitry Neverov <dmitry.neverov@gmail.com>
date Wed, 16 Sep 2015 19:55:47 +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}'