Mercurial > hg
view mercurial/templates/paper/index.tmpl @ 47755:9e9c82d6f96f
largefile: use `update_file` instead of `add` in `synclfdirstate`
This is the newer, more semantic API.
Differential Revision: https://phab.mercurial-scm.org/D11197
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 19 Jul 2021 08:59:00 +0200 |
parents | fdf7794be41d |
children |
line wrap: on
line source
{header} <title>Mercurial repositories index</title> </head> <body> <div class="container"> <div class="menu"> <a href="{logourl}"> <img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a> </div> <div class="main"> <h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2> <table class="bigtable"> <thead> <tr> <th><a href="?sort={sort_name}">Name</a></th> <th><a href="?sort={sort_description}">Description</a></th> <th><a href="?sort={sort_contact}">Contact</a></th> <th><a href="?sort={sort_lastchange}">Last modified</a></th> <th> </th> <th> </th> </tr> </thead> <tbody class="stripes2"> {entries%indexentry} </tbody> </table> </div> </div> {footer}