##// END OF EJS Templates
bisect: refer directly to bisect() revset predicate in help...
bisect: refer directly to bisect() revset predicate in help We have specific syntax for displaying the help text for a particular revset predicate, so let's refer directly to the bisect() revset in the verbose bisect help. It seems likely that the user doesn't care about other revsets at that point, so they will probably not miss the text about the other revset predicates.

File last commit:

r29435:b8ede1f7 default
r30787:ff020ee5 default
Show More
tags.tmpl
6 lines | 153 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {header}
av6
hgweb: remove a couple of superfluous spaces in rss style
r29435 <title>{repo|escape}: tags</title>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <description>{repo|escape} tag history</description>
{entriesnotip%tagentry}
</channel>
</rss>