diff --git a/mercurial/hgweb/__init__.py b/mercurial/hgweb/__init__.py --- a/mercurial/hgweb/__init__.py +++ b/mercurial/hgweb/__init__.py @@ -112,7 +112,6 @@ def run(self): self.httpd.serve_forever() - sys.exit(0) def createapp(baseui, repo, webconf):