view mercurial-server/resources/buildServerResources/log.no.files.template @ 442:6c43663744d9 Faradi-7.0.x

getCurrentVersion do pull only when remote repository is updated * * * Add option that control if we should always pull in getCurrentVersion * * * Turn off by default
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Mon, 18 Jun 2012 22:04:51 +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</logentry>\n'

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