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`.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGd6279c43fc60: serve: simply return instead of calling sys.exit() in `hg serve --stdio`
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.