view mercurial-server/resources/buildServerResources/log.no.files.template @ 1131:2ce753501190 development/2024.03.x

TW-84326: Stay compatible with updated share extension behavior. - Remove the "shared" extension from "requires" when disabling sharing. - Tests: ignore the "requires" file in shared repository stores. (grafted from 5b0a122e78a6854237bb14d38799a8976cfa1933)
author Andreas Eisele <andreas.eisele@jetbrains.com>
date Thu, 27 Jun 2024 16:42:52 +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</logentry>\n'
parent = '<parent revision="{rev}" node="{node}" shortnode="{node|short}"/>\n'
branch = '{branch|xmlescape}'