##// END OF EJS Templates
keepalive: fix 4f13ed6ee544, reintroduce unredirected_hdrs...
keepalive: fix 4f13ed6ee544, reintroduce unredirected_hdrs The previous fix dropped unredirected_hdrs which contain authentication headers. Removing them break POST request requiring authentication (like unbundle calls to bitbucket.org).

File last commit:

r7338:fecfe439 default
r8233:655c435e default
Show More
shortlogentry.tmpl
7 lines | 255 B | application/x-cheetah | CheetahLexer
Matt Mackall
hgweb: move old style to spartan/
r7338 <table class="slogEntry parity#parity#">
<tr>
<td class="age">#date|age#</td>
<td class="author">#author|person#</td>
<td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td>
</tr>
</table>