changeset 9198 | 061eeb602354 |
parent 9136 | 31177742f54a |
child 9404 | 4483af166c61 |
--- a/mercurial/hgweb/webcommands.py Wed Jul 22 23:08:32 2009 +0200 +++ b/mercurial/hgweb/webcommands.py Wed Jul 22 23:12:54 2009 +0200 @@ -339,7 +339,7 @@ i.reverse() parity = paritygen(web.stripecount) - def entries(notip=False,limit=0, **map): + def entries(notip=False, limit=0, **map): count = 0 for k, n in i: if notip and k == "tip":