##// END OF EJS Templates
tarball support v0.3 pt 2
tarball support v0.3 pt 2

File last commit:

r1070:b55c6685 default
r1077:b87aeccf default
Show More
index.tmpl
18 lines | 277 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>
<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#