httpservice: move sys.exit() out of serve_forever()
This is a simple refactoring to show the callers of the method, so it's easier to reason about the impact of removing the `sys.exit()` calls in subsequent patches. Differential Revision: https://phab.mercurial-scm.org/D9270
Showing
- mercurial/commands.py 1 addition, 0 deletionsmercurial/commands.py
- mercurial/debugcommands.py 1 addition, 0 deletionsmercurial/debugcommands.py
- mercurial/hgweb/__init__.py 2 additions, 0 deletionsmercurial/hgweb/__init__.py
- mercurial/wireprotoserver.py 0 additions, 2 deletionsmercurial/wireprotoserver.py
Loading
Please register or sign in to comment