##// END OF EJS Templates
doctest: use the system hg to find the list of file to tests...
doctest: use the system hg to find the list of file to tests Same as what we do for the `.t` tests, but more manually.

File last commit:

r29437:6ab3465d default
r52855:7b8769cc stable
Show More
branchentry.tmpl
8 lines | 315 B | application/x-cheetah | CheetahLexer
<entry>
<title>{branch|escape}</title>
<link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/>
<id>{urlbase}{url|urlescape}#branch-{node}</id>
<updated>{date|rfc3339date}</updated>
<published>{date|rfc3339date}</published>
<content type="text">{branch|strip|escape}</content>
</entry>