##// END OF EJS Templates
dirstate: don't walk ignored directories...
dirstate: don't walk ignored directories With a pattern like '^directory$' in .hgignore, a "hg status directory" would still walk "directory" and all its subdirs. This is the first half of a fix for issue886.

File last commit:

r4471:1196998c default
r6032:b41f0d6a default
Show More
search.tmpl
34 lines | 702 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 #header#
<title>#repo|escape#: searching for #query|escape#</title>
</head>
<body>
<div class="buttons">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#log{sessionvars%urlparameter}">changelog</a>
<a href="#url#shortlog{sessionvars%urlparameter}">shortlog</a>
<a href="#url#tags{sessionvars%urlparameter}">tags</a>
<a href="#url#file/#node|short#{sessionvars%urlparameter}">manifest</a>
Thomas Arendsen Hein
Add archive download links to hgweb search template
r4471 #archives%archiveentry#
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 </div>
<h2>searching for #query|escape#</h2>
<form>
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
TK Soh
hgweb: a couple of fixes on search page...
r1441 <p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 search:
<input name="rev" type="text" width="30" value="#query|escape#">
TK Soh
hgweb: a couple of fixes on search page...
r1441 </p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 </form>
#entries#
<form>
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
TK Soh
hgweb: a couple of fixes on search page...
r1441 <p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 search:
TK Soh
hgweb: a couple of fixes on search page...
r1441 <input name="rev" type="text" width="30" value="#query|escape#">
</p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 </form>
#footer#