mercurial/hgweb.py
changeset 1541 bf4e7ef08741
parent 1524 0d47bb884330
child 1545 d69070c2547a
--- a/mercurial/hgweb.py	Mon Nov 14 02:30:19 2005 +0200
+++ b/mercurial/hgweb.py	Mon Nov 14 03:59:35 2005 +0200
@@ -954,7 +954,7 @@
 def server(path, name, templates, address, port, use_ipv6=False,
            accesslog=sys.stdout, errorlog=sys.stderr):
     httpd = create_server(path, name, templates, address, port, use_ipv6,
-                          accesslog, errorlog)
+                          accesslog, errorlog) # XXX wrong param count
     httpd.serve_forever()
 
 # This is a stopgap