mercurial/hgweb/webcommands.py
changeset 19872 681f7b9213a4
parent 19768 186f54d40fdd
child 19886 e828975722c8
--- 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)