mercurial/templates/rss/bookmarks.tmpl
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 23 Mar 2020 21:06:54 +0530
changeset 44616 bc592059d04f
parent 29435 b8ede1f79126
permissions -rw-r--r--
chgserver: add fastannotate config section to sensitive list Depending on the config value of `fastannotate.modes`, the fastannotate extension can do different things in uisetup. Depending on value of `fastannotate.server`, it can register new wireprotocol capabilities. This fixes test-fastannotate-hg.t, test-fastannotate-protocol.t and test-fastannotate.t with chg.

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