mercurial/templates/atom/filelog.tmpl
author Spencer Baugh <sbaugh@janestreet.com>
Wed, 02 Aug 2023 09:59:49 -0400
changeset 50883 2b4bcdc948e7
parent 18526 9409aeaafdc1
permissions -rw-r--r--
rust: don't escape spaces in regex Spaces are not in fact a regex special character, and escaping them is not correct.

{header}
 <id>{urlbase}{url|urlescape}atom-log/tip/{file|escape}</id>
 <link rel="self" href="{urlbase}{url|urlescape}atom-log/tip/{file|urlescape}"/>
 <title>{repo|escape}: {file|escape} history</title>
 {latestentry%feedupdated}

{entries%changelogentry}
</feed>