##// END OF EJS Templates
rebase: restore help for rebase w/o args (issue5059)...
rebase: restore help for rebase w/o args (issue5059) Restoring documentation accidentally removed in a9a047878e14.

File last commit:

r18526:9409aeaa stable
r27932:6bc2299c stable
Show More
bookmarkentry.tmpl
8 lines | 321 B | application/x-cheetah | CheetahLexer
<entry>
<title>{bookmark|escape}</title>
<link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/>
<id>{urlbase}{url|urlescape}#bookmark-{node}</id>
<updated>{date|rfc3339date}</updated>
<published>{date|rfc3339date}</published>
<content type="text">{bookmark|strip|escape}</content>
</entry>