mercurial/templates/rss/bookmarks.tmpl
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 26 Sep 2014 10:59:29 -0700
changeset 22641 ffd0f6b1c29d
parent 13858 1046cb663776
child 29435 b8ede1f79126
permissions -rw-r--r--
pull: use `other.url()` as the source of a bookmark pull We want to move the bookmarks movement into `exchange.pull`, for this purpose we need to stop relying on variables from `command.pull`.

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