Mercurial > hg
view templates/index.tmpl @ 2339:11422943cf72
document and fix findincoming
- add documentation about what the function does, notably
the fact that it updates 'base'
- transform the workflow to a more simple 'if elif elif else'
- do not call remote.branches if not necessary
- some nodes where missing in 'base' (from what I understand,
if the root of a branch is missing but one parent is present,
the parent should be in 'base')
- add a testcase for an incorrect outgoing that is fixed by
this cset
- add a testcase for an empty group bug, it needs fixing
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Tue, 23 May 2006 10:44:40 +0200 |
parents | d1943df604c4 |
children | 248e54a9456e |
line wrap: on
line source
#header# <title>Mercurial repositories index</title> </head> <body> <h2>Mercurial Repositories</h2> <table> <tr> <td><a href="?sort=#sort_name#">Name</a></td> <td><a href="?sort=#sort_description#">Description</a></td> <td><a href="?sort=#sort_contact#">Contact</a></td> <td><a href="?sort=#sort_lastchange#">Last change</a></td> <td> </td> <tr> #entries%indexentry# </table> #footer#