view mercurial/templates/rss/header.tmpl @ 42537:ce94f9622acd

rust-dirstate: add "dirs" rust-cpython binding There is an obvious performance and memory issue with those bindings on larger repos as it copies and allocates everything at once, round-trip. Like in the previous patch series, this is only temporary and will only get better once we don't have large data structures going to and from Python. Differential Revision: https://phab.mercurial-scm.org/D6394
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 16 May 2019 18:03:42 +0200
parents 9409aeaafdc1
children
line wrap: on
line source

<?xml version="1.0" encoding="{encoding}"?>
<rss version="2.0">
  <channel>
    <link>{urlbase}{url|urlescape}</link>
    <language>en-us</language>