##// END OF EJS Templates
changegroup: add a option to create bundle with full snapshot only...
changegroup: add a option to create bundle with full snapshot only This is easy to implement now and can be useful for benchmarking.

File last commit:

r29437:6ab3465d default
r40459:808b7626 default
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>