Mercurial > hg
view templates/spartan/index.tmpl @ 8174:29bc5d18714a
hg: allow hg.parseurl(url, None)
In many places hg.parseurl is called with a url and "opts.get('rev')",
suggesting the second, optional argument can be None. Because opts['rev']
usually defaults to [] this never happens in practice.
However, extensions don't necessarily behave the same, but do copy this
pattern.
Also, include wider hg.parseurl tests, beyond a demonstration of the problem.
author | Martijn Pieters <mj@zopatista.com> |
---|---|
date | Fri, 24 Apr 2009 18:17:42 +0200 |
parents | fecfe4392e94 |
children | 5c1aabc58004 |
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#