mercurial/templates/rss/bookmarks.tmpl
author Siddharth Agarwal <sid0@fb.com>
Sun, 29 Mar 2015 19:42:49 -0700
changeset 24540 25c1d3ca5ff6
parent 13858 1046cb663776
child 29435 b8ede1f79126
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.

{header}
    <title>{repo|escape}: bookmarks </title>
    <description>{repo|escape} bookmark history</description>
    {entries%bookmarkentry}
  </channel>
</rss>