Mercurial > public > mercurial-scm > hg
diff mercurial/hgweb.py @ 1541:bf4e7ef08741
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
author | twaldmann@thinkmo.de |
---|---|
date | Mon, 14 Nov 2005 03:59:35 +0200 |
parents | 0d47bb884330 |
children | d69070c2547a |
line wrap: on
line diff
--- 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