##// END OF EJS Templates
hgk: add horizontal scrollbar to patch window
hgk: add horizontal scrollbar to patch window

File last commit:

r1125:a33a7a54 default
r1430:c91966c3 default
Show More
index.tmpl
19 lines | 301 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>
<td>Name</td>
<td>Description</td>
mpm@selenic.com
hgwebdir index: change "author" to "contact"
r1070 <td>Contact</td>
mpm@selenic.com
Add a multi-repository server...
r941 <td>Last change</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#