diff -r 6e74632170d3 -r 681f7b9213a4 mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Thu Oct 03 14:50:47 2013 +0200 +++ b/mercurial/hgweb/webcommands.py Thu Oct 03 14:50:47 2013 +0200 @@ -338,7 +338,7 @@ morevars=morevars, lessvars=lessvars, query=query) def shortlog(web, req, tmpl): - return changelog(web, req, tmpl, shortlog = True) + return changelog(web, req, tmpl, shortlog=True) def changeset(web, req, tmpl): ctx = webutil.changectx(web.repo, req)