view templates/index.tmpl @ 1082:ce96e316278a

Update util.py docstrings, fix walk test
author mpm@selenic.com
date Sat, 27 Aug 2005 01:13:28 -0700
parents b55c6685c953
children a33a7a543803
line wrap: on
line source

#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>
    <tr>
    #entries%indexentry#
</table>

#footer#