Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/webcommands.py @ 9198:061eeb602354
coding style: use a space after comma
I left a cases like 'lambda x,y:' alone -- the lack of a space does
not bother me as much when the variables are single letters.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 22 Jul 2009 23:12:54 +0200 |
parents | 31177742f54a |
children | 4483af166c61 |
line wrap: on
line diff
--- 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":