templates/index.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 09 Feb 2006 07:01:23 +0100
changeset 1706 20b621154e17
parent 1125 a33a7a543803
child 2173 d1943df604c4
permissions -rw-r--r--
Run commit message editor in the repo root (like hooks). This makes the hgeditor script work with hg commit -R path/to/repo

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