Skip to content
Snippets Groups Projects
Commit d6279c43fc60 authored by Martin von Zweigbergk's avatar Martin von Zweigbergk
Browse files

serve: simply return instead of calling sys.exit() in `hg serve --stdio`

The shouldn't be a reason to call `sys.exit()` instead of letting the
code return normally. I've remove the call in both `hg serve` and `hg
debugserve`.

Differential Revision: https://phab.mercurial-scm.org/D9271
parent b7b8a1538161
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment