##// END OF EJS Templates
revsets: preserve ordering with the or operator...
revsets: preserve ordering with the or operator This is valuable because now revsets like 'bookmarks() or tip' will always show tip after bookmarks unless tip was itself a bookmark. This is a somewhat contrived example, but this behavior is useful for "where am I" type aliases that use log and revsets.

File last commit:

r13858:1046cb66 stable
r13932:34f57700 default
Show More
bookmarks.tmpl
11 lines | 343 B | application/x-cheetah | CheetahLexer
{header}
<id>{urlbase}{url}</id>
<link rel="self" href="{urlbase}{url}atom-bookmarks"/>
<link rel="alternate" href="{urlbase}{url}bookmarks"/>
<title>{repo|escape}: bookmarks</title>
<summary>{repo|escape} bookmark history</summary>
<author><name>Mercurial SCM</name></author>
{latestentry%feedupdated}
{entries%bookmarkentry}
</feed>