mercurial/templates/rss/filelog.tmpl
author Siddharth Agarwal <sid0@fb.com>
Sat, 06 Apr 2013 19:50:03 -0700
changeset 18882 ce8c169a0dec
parent 9999 f91e5630ce7e
permissions -rw-r--r--
graft: use missing ancestors algorithm to find earlier grafts When the revisions to graft are numerically close to the destination, this avoids two walks up the DAG, which for a repository with over 470,000 changesets translates to around 2.2 seconds.

{header}
    <title>{repo|escape}: {file|escape} history</title>
    <description>{file|escape} revision history</description>
    {entries%filelogentry}
  </channel>
</rss>