##// 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:

r2173:d1943df6 default
r6033:a1ebd5cd default
Show More
index.tmpl
19 lines | 445 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Add a multi-repository server...
r941 #header#
<title>Mercurial repositories index</title>
</head>
<body>
<h2>Mercurial Repositories</h2>
<table>
<tr>
Thomas Arendsen Hein
Make hgwebdir columns sortable.
r2173 <td><a href="?sort=#sort_name#">Name</a></td>
<td><a href="?sort=#sort_description#">Description</a></td>
<td><a href="?sort=#sort_contact#">Contact</a></td>
<td><a href="?sort=#sort_lastchange#">Last change</a></td>
Ollivier Robert
Add RSS link to the repository index....
r1125 <td>&nbsp;</td>
mpm@selenic.com
Add a multi-repository server...
r941 <tr>
mpm@selenic.com
hgweb: convert index entries to list expansion style
r982 #entries%indexentry#
mpm@selenic.com
Add a multi-repository server...
r941 </table>
#footer#