Mercurial > hg
view mercurial/templates/spartan/search.tmpl @ 18280:47abbaabaaa5
clfilter: filter "unserved" on all wireprotocol command calls
This ensures that unserved changesets are not exposed through the
wire protocol.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Sun, 06 Jan 2013 04:37:33 +0100 |
parents | d664547ef540 |
children | 9409aeaafdc1 |
line wrap: on
line source
{header} <title>{repo|escape}: searching for {query|escape}</title> </head> <body> <div class="buttons"> <a href="{url}log{sessionvars%urlparameter}">changelog</a> <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> <a href="{url}graph{sessionvars%urlparameter}">graph</a> <a href="{url}tags{sessionvars%urlparameter}">tags</a> <a href="{url}branches{sessionvars%urlparameter}">branches</a> <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> {archives%archiveentry} <a href="{url}help{sessionvars%urlparameter}">help</a> </div> <h2>searching for {query|escape}</h2> <form> {sessionvars%hiddenformentry} <p> search: <input name="rev" type="text" width="30" value="{query|escape}"> </p> </form> {entries} <form> {sessionvars%hiddenformentry} <p> search: <input name="rev" type="text" width="30" value="{query|escape}"> </p> </form> {footer}