##// END OF EJS Templates
subrepo: improve error message when svn isn't found...
subrepo: improve error message when svn isn't found subprocess was returning the following unhelpful message: abort: No such file or directory

File last commit:

r13858:1046cb66 stable
r15190:6dc67dce default
Show More
bookmarks.tmpl
11 lines | 343 B | application/x-cheetah | CheetahLexer
Yuya Nishihara
hgweb: add missing bookmarks templates to atom/rss styles...
r13858 {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>