templates/index.tmpl
author mpm@selenic.com
Wed, 07 Sep 2005 19:30:23 -0700
changeset 1208 4644df4944ff
parent 1125 a33a7a543803
child 2173 d1943df604c4
permissions -rw-r--r--
Clean up local clone file list We now use an explicit list of files to copy during clone so that we don't copy anything we shouldn't.

#header#
<title>Mercurial repositories index</title>
</head>
<body>

<h2>Mercurial Repositories</h2>

<table>
    <tr>
        <td>Name</td>
        <td>Description</td>
        <td>Contact</td>
        <td>Last change</td>
        <td>&nbsp;</td>
    <tr>
    #entries%indexentry#
</table>

#footer#