##// END OF EJS Templates
path: use `get_unique_pull_path_obj` in `hg relink`...
path: use `get_unique_pull_path_obj` in `hg relink` This is not really needed, but that help removing caller of the older function.

File last commit:

r28719:dd2cf90a default
r50625:c6ae9051 default
Show More
branches.tmpl
11 lines | 367 B | application/x-cheetah | CheetahLexer
{header}
<id>{urlbase}{url|urlescape}</id>
<link rel="self" href="{urlbase}{url|urlescape}atom-branches"/>
<link rel="alternate" href="{urlbase}{url|urlescape}branches"/>
<title>{repo|escape}: branches</title>
<summary>{repo|escape} branch history</summary>
<author><name>Mercurial SCM</name></author>
{latestentry%feedupdated}
{entries%branchentry}
</feed>