mercurial/templates/rss/header.tmpl
author Siddharth Agarwal <sid0@fb.com>
Sun, 29 Mar 2015 19:42:49 -0700
changeset 24540 25c1d3ca5ff6
parent 18526 9409aeaafdc1
permissions -rw-r--r--
dirstate: split the foldmap into separate ones for files and directories Computing the set of directories in the dirstate can be pretty expensive. For 'hg status' without arguments, it turns out we actually never need to figure out the right case for directories in the foldmap. (An upcoming patch explains why.) This patch splits up the directory and file maps into separate ones, allowing for the subsequent optimization in status.

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