templates/index.tmpl
author Bryan O'Sullivan <bos@serpentine.com>
Thu, 22 Sep 2005 21:42:33 -0700
changeset 1319 5a15df632e6a
parent 1125 a33a7a543803
child 2173 d1943df604c4
permissions -rw-r--r--
Fix behaviour of commit. It's now a fatal error if the option to --logfile isn't readable. Ditto if both --message and --logfile are specified.

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