templates/index.tmpl
author Vincent Danjean <vdanjean@free.fr>
Thu, 27 Apr 2006 22:29:02 -0700
changeset 2149 43ce1c17e644
parent 1125 a33a7a543803
child 2173 d1943df604c4
permissions -rw-r--r--
allow to pull from an empty repo without getting a backtrace

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