##// END OF EJS Templates
revset: stop lowercasing the regex pattern for 'author'...
revset: stop lowercasing the regex pattern for 'author' It was probably unintentional for regex, as the meaning of some sequences like \S and \s is actually inverted by changing the case. For backward compatibility however, the matching is forced to case insensitive.

File last commit:

r19767:d4501068 default
r30782:db38cfc7 default
Show More
search.tmpl
7 lines | 111 B | application/x-cheetah | CheetahLexer
Alexander Plavin
hgweb: add changelog and search templates to raw style...
r19429 {header}
# HG changesets search
# Node ID {node}
# Query "{query}"
Alexander Plavin
raw: show current search mode name at search results
r19767 # Mode {modedesc}
Alexander Plavin
hgweb: add changelog and search templates to raw style...
r19429
{entries%changelogentry}