Mercurial > mercurial > tw
view templates/index.tmpl @ 1520:95ee4f12fbd9
Allow ambiguous command shortcut if only an alias for the same command.
Currently the only example for this is 'hg o' or 'hg ou' as a shortcut for
'hg out' and 'hg outgoing'.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 09 Nov 2005 22:31:18 +0100 |
parents | a33a7a543803 |
children |
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> <td> </td> <tr> #entries%indexentry# </table> #footer#