##// END OF EJS Templates
dirstate.status: avoid putting ignored files in the unknown list...
dirstate.status: avoid putting ignored files in the unknown list If list_ignored was false, we would blindly add files not in the dirstate to the unknown list. This should finish fixing issue886.

File last commit:

r5269:46c5e1ee default
r6033:a1ebd5cd default
Show More
shortlog.tmpl
41 lines | 1.2 KiB | application/x-cheetah | CheetahLexer
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 #header#
<title>#repo|escape#: shortlog</title>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
href="#url#atom-log" title="Atom feed for #repo|escape#">
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 <link rel="alternate" type="application/rss+xml"
Brendan Cully
Update templates to use NewWebInterface
r3265 href="#url#rss-log" title="RSS feed for #repo|escape#">
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 </head>
<body>
<div class="buttons">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#log/#rev#{sessionvars%urlparameter}">changelog</a>
<a href="#url#tags{sessionvars%urlparameter}">tags</a>
<a href="#url#file/#node|short#/{sessionvars%urlparameter}">manifest</a>
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 #archives%archiveentry#
Brendan Cully
Update templates to use NewWebInterface
r3265 <a type="application/rss+xml" href="#url#rss-log">rss</a>
Robert Bachmann
Added support for the Atom syndication format
r5269 <a type="application/rss+xml" href="#url#atom-log" title="Atom feed for #repo|escape#">atom</a>
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 </div>
<h2>shortlog for #repo|escape#</h2>
Brendan Cully
Update templates to use NewWebInterface
r3265 <form action="#url#log">
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 <p>
<label for="search1">search:</label>
<input name="rev" id="search1" type="text" size="30">
navigate: <small class="navigate">#changenav%navshortentry#</small>
</p>
</form>
#entries%shortlogentry#
Brendan Cully
Update templates to use NewWebInterface
r3265 <form action="#url#log">
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 <p>
<label for="search2">search:</label>
<input name="rev" id="search2" type="text" size="30">
navigate: <small class="navigate">#changenav%navshortentry#</small>
</p>
</form>
#footer#