##// END OF EJS Templates
revsetlang: add utility function to return hash like symbols from the tree...
revsetlang: add utility function to return hash like symbols from the tree Functionalities like unhiding changesets whose rev/hash is passed by the user required the knowledge of rev/hashes in the user provided specs. This patch adds functions which can parse tree object and return a list of such values. Differential Revision: https://phab.mercurial-scm.org/D1732

File last commit:

r35222:66c11a66 default
r35510:dd911f95 default
Show More
graphentry.tmpl
6 lines | 269 B | application/x-cheetah | CheetahLexer
<li data-node="{node|short}">
<span class="desc">
<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
</span>
<span class="info"><span class="age">{date|rfc822date}</span>, by {author|person}</span>
</li>